Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
static ClusterMode |
ClusterMode.fromValue(String value)
Use this in place of valueOf.
|
static ClusterMode |
ClusterMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterMode[] |
ClusterMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationGroupPendingModifiedValues.setClusterMode(ClusterMode clusterMode)
Enabled or Disabled.
|
void |
ReplicationGroup.setClusterMode(ClusterMode clusterMode)
Enabled or Disabled.
|
ReplicationGroupPendingModifiedValues |
ReplicationGroupPendingModifiedValues.withClusterMode(ClusterMode clusterMode)
Enabled or Disabled.
|
ModifyReplicationGroupRequest |
ModifyReplicationGroupRequest.withClusterMode(ClusterMode clusterMode)
Enabled or Disabled.
|
CreateReplicationGroupRequest |
CreateReplicationGroupRequest.withClusterMode(ClusterMode clusterMode)
Enabled or Disabled.
|
ReplicationGroup |
ReplicationGroup.withClusterMode(ClusterMode clusterMode)
Enabled or Disabled.
|
Copyright © 2023. All rights reserved.