Uses of Class
software.amazon.awssdk.services.elasticache.model.PendingAutomaticFailoverStatus
-
Packages that use PendingAutomaticFailoverStatus Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of PendingAutomaticFailoverStatus in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return PendingAutomaticFailoverStatus Modifier and Type Method Description PendingAutomaticFailoverStatusReplicationGroupPendingModifiedValues. automaticFailoverStatus()Indicates the status of automatic failover for this Valkey or Redis OSS replication group.static PendingAutomaticFailoverStatusPendingAutomaticFailoverStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PendingAutomaticFailoverStatusPendingAutomaticFailoverStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PendingAutomaticFailoverStatus[]PendingAutomaticFailoverStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type PendingAutomaticFailoverStatus Modifier and Type Method Description static Set<PendingAutomaticFailoverStatus>PendingAutomaticFailoverStatus. knownValues()Methods in software.amazon.awssdk.services.elasticache.model with parameters of type PendingAutomaticFailoverStatus Modifier and Type Method Description ReplicationGroupPendingModifiedValues.BuilderReplicationGroupPendingModifiedValues.Builder. automaticFailoverStatus(PendingAutomaticFailoverStatus automaticFailoverStatus)Indicates the status of automatic failover for this Valkey or Redis OSS replication group.
-