Uses of Enum
software.amazon.awssdk.services.route53.model.ChangeStatus
Packages that use ChangeStatus
-
Uses of ChangeStatus in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ChangeStatusModifier and TypeMethodDescriptionstatic ChangeStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ChangeStatusChangeInfo.status()The current state of the request.static ChangeStatusReturns the enum constant of this type with the specified name.static ChangeStatus[]ChangeStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ChangeStatusMethods in software.amazon.awssdk.services.route53.model with parameters of type ChangeStatusModifier and TypeMethodDescriptionChangeInfo.Builder.status(ChangeStatus status) The current state of the request.