Uses of Class
org.jclouds.ultradns.ws.domain.Zone.DNSSECStatus
- 
Packages that use Zone.DNSSECStatus Package Description org.jclouds.ultradns.ws.domain  - 
- 
Uses of Zone.DNSSECStatus in org.jclouds.ultradns.ws.domain
Methods in org.jclouds.ultradns.ws.domain that return Zone.DNSSECStatus Modifier and Type Method Description static Zone.DNSSECStatusZone.DNSSECStatus. fromValue(String status)Zone.DNSSECStatusZone. getDNSSECStatus()signed status of the zonestatic Zone.DNSSECStatusZone.DNSSECStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Zone.DNSSECStatus[]Zone.DNSSECStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.ultradns.ws.domain with parameters of type Zone.DNSSECStatus Modifier and Type Method Description Zone.BuilderZone.Builder. dnssecStatus(Zone.DNSSECStatus dnssecStatus) 
 -