| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
PendingAutomaticFailoverStatus |
ReplicationGroupPendingModifiedValues.automaticFailoverStatus()
Indicates the status of automatic failover for this Redis replication group.
|
static PendingAutomaticFailoverStatus |
PendingAutomaticFailoverStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static PendingAutomaticFailoverStatus |
PendingAutomaticFailoverStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PendingAutomaticFailoverStatus> |
PendingAutomaticFailoverStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationGroupPendingModifiedValues.Builder |
ReplicationGroupPendingModifiedValues.Builder.automaticFailoverStatus(PendingAutomaticFailoverStatus automaticFailoverStatus)
Indicates the status of automatic failover for this Redis replication group.
|
Copyright © 2023. All rights reserved.