Uses of Class
software.amazon.awssdk.services.lightsail.model.R53HostedZoneDeletionStateCode
-
Packages that use R53HostedZoneDeletionStateCode Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of R53HostedZoneDeletionStateCode in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return R53HostedZoneDeletionStateCode Modifier and Type Method Description R53HostedZoneDeletionStateCodeR53HostedZoneDeletionState. code()The status code for the deletion state.static R53HostedZoneDeletionStateCodeR53HostedZoneDeletionStateCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static R53HostedZoneDeletionStateCodeR53HostedZoneDeletionStateCode. valueOf(String name)Returns the enum constant of this type with the specified name.static R53HostedZoneDeletionStateCode[]R53HostedZoneDeletionStateCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type R53HostedZoneDeletionStateCode Modifier and Type Method Description static Set<R53HostedZoneDeletionStateCode>R53HostedZoneDeletionStateCode. knownValues()Methods in software.amazon.awssdk.services.lightsail.model with parameters of type R53HostedZoneDeletionStateCode Modifier and Type Method Description R53HostedZoneDeletionState.BuilderR53HostedZoneDeletionState.Builder. code(R53HostedZoneDeletionStateCode code)The status code for the deletion state.
-