Uses of Enum
software.amazon.awssdk.services.rds.model.FailoverStatus
Packages that use FailoverStatus
-
Uses of FailoverStatus in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return FailoverStatusModifier and TypeMethodDescriptionstatic FailoverStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final FailoverStatusFailoverState.status()The current status of the global cluster.static FailoverStatusReturns the enum constant of this type with the specified name.static FailoverStatus[]FailoverStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type FailoverStatusMethods in software.amazon.awssdk.services.rds.model with parameters of type FailoverStatusModifier and TypeMethodDescriptionFailoverState.Builder.status(FailoverStatus status) The current status of the global cluster.