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.DNSSECStatus
Zone.DNSSECStatus. fromValue(String status)
Zone.DNSSECStatus
Zone. getDNSSECStatus()
signed status of the zonestatic Zone.DNSSECStatus
Zone.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.Builder
Zone.Builder. dnssecStatus(Zone.DNSSECStatus dnssecStatus)
-