Package | Description |
---|---|
com.amazonaws.services.elasticache |
|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
ReplicationGroup |
AbstractAmazonElastiCache.createReplicationGroup(CreateReplicationGroupRequest request) |
ReplicationGroup |
AmazonElastiCacheClient.createReplicationGroup(CreateReplicationGroupRequest request)
Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group.
|
ReplicationGroup |
AmazonElastiCache.createReplicationGroup(CreateReplicationGroupRequest createReplicationGroupRequest)
Creates a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group.
|
ReplicationGroup |
AbstractAmazonElastiCache.decreaseReplicaCount(DecreaseReplicaCountRequest request) |
ReplicationGroup |
AmazonElastiCacheClient.decreaseReplicaCount(DecreaseReplicaCountRequest request)
Dynamically decreases the number of replics in a Redis (cluster mode disabled) replication group or the number of
replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group.
|
ReplicationGroup |
AmazonElastiCache.decreaseReplicaCount(DecreaseReplicaCountRequest decreaseReplicaCountRequest)
Dynamically decreases the number of replics in a Redis (cluster mode disabled) replication group or the number of
replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group.
|
ReplicationGroup |
AbstractAmazonElastiCache.deleteReplicationGroup(DeleteReplicationGroupRequest request) |
ReplicationGroup |
AmazonElastiCacheClient.deleteReplicationGroup(DeleteReplicationGroupRequest request)
Deletes an existing replication group.
|
ReplicationGroup |
AmazonElastiCache.deleteReplicationGroup(DeleteReplicationGroupRequest deleteReplicationGroupRequest)
Deletes an existing replication group.
|
ReplicationGroup |
AbstractAmazonElastiCache.increaseReplicaCount(IncreaseReplicaCountRequest request) |
ReplicationGroup |
AmazonElastiCacheClient.increaseReplicaCount(IncreaseReplicaCountRequest request)
Dynamically increases the number of replics in a Redis (cluster mode disabled) replication group or the number of
replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group.
|
ReplicationGroup |
AmazonElastiCache.increaseReplicaCount(IncreaseReplicaCountRequest increaseReplicaCountRequest)
Dynamically increases the number of replics in a Redis (cluster mode disabled) replication group or the number of
replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group.
|
ReplicationGroup |
AbstractAmazonElastiCache.modifyReplicationGroup(ModifyReplicationGroupRequest request) |
ReplicationGroup |
AmazonElastiCacheClient.modifyReplicationGroup(ModifyReplicationGroupRequest request)
Modifies the settings for a replication group.
|
ReplicationGroup |
AmazonElastiCache.modifyReplicationGroup(ModifyReplicationGroupRequest modifyReplicationGroupRequest)
Modifies the settings for a replication group.
|
ReplicationGroup |
AbstractAmazonElastiCache.modifyReplicationGroupShardConfiguration(ModifyReplicationGroupShardConfigurationRequest request) |
ReplicationGroup |
AmazonElastiCacheClient.modifyReplicationGroupShardConfiguration(ModifyReplicationGroupShardConfigurationRequest request)
Modifies a replication group's shards (node groups) by allowing you to add shards, remove shards, or rebalance
the keyspaces among exisiting shards.
|
ReplicationGroup |
AmazonElastiCache.modifyReplicationGroupShardConfiguration(ModifyReplicationGroupShardConfigurationRequest modifyReplicationGroupShardConfigurationRequest)
Modifies a replication group's shards (node groups) by allowing you to add shards, remove shards, or rebalance
the keyspaces among exisiting shards.
|
ReplicationGroup |
AbstractAmazonElastiCache.testFailover(TestFailoverRequest request) |
ReplicationGroup |
AmazonElastiCacheClient.testFailover(TestFailoverRequest request)
Represents the input of a
TestFailover operation which test automatic failover on a specified node
group (called shard in the console) in a replication group (called cluster in the console). |
ReplicationGroup |
AmazonElastiCache.testFailover(TestFailoverRequest testFailoverRequest)
Represents the input of a
TestFailover operation which test automatic failover on a specified node
group (called shard in the console) in a replication group (called cluster in the console). |
Modifier and Type | Method and Description |
---|---|
ReplicationGroup |
ReplicationGroup.clone() |
ReplicationGroup |
ReplicationGroup.withAtRestEncryptionEnabled(Boolean atRestEncryptionEnabled)
A flag that enables encryption at-rest when set to
true . |
ReplicationGroup |
ReplicationGroup.withAuthTokenEnabled(Boolean authTokenEnabled)
A flag that enables using an
AuthToken (password) when issuing Redis commands. |
ReplicationGroup |
ReplicationGroup.withAutomaticFailover(AutomaticFailoverStatus automaticFailover)
Indicates the status of Multi-AZ with automatic failover for this Redis replication group.
|
ReplicationGroup |
ReplicationGroup.withAutomaticFailover(String automaticFailover)
Indicates the status of Multi-AZ with automatic failover for this Redis replication group.
|
ReplicationGroup |
ReplicationGroup.withCacheNodeType(String cacheNodeType)
The name of the compute and memory capacity node type for each node in the replication group.
|
ReplicationGroup |
ReplicationGroup.withClusterEnabled(Boolean clusterEnabled)
A flag indicating whether or not this replication group is cluster enabled; i.e., whether its data can be
partitioned across multiple shards (API/CLI: node groups).
|
ReplicationGroup |
ReplicationGroup.withConfigurationEndpoint(Endpoint configurationEndpoint)
The configuration endpoint for this replication group.
|
ReplicationGroup |
ReplicationGroup.withDescription(String description)
The user supplied description of the replication group.
|
ReplicationGroup |
ReplicationGroup.withMemberClusters(Collection<String> memberClusters)
The names of all the cache clusters that are part of this replication group.
|
ReplicationGroup |
ReplicationGroup.withMemberClusters(String... memberClusters)
The names of all the cache clusters that are part of this replication group.
|
ReplicationGroup |
ReplicationGroup.withNodeGroups(Collection<NodeGroup> nodeGroups)
A list of node groups in this replication group.
|
ReplicationGroup |
ReplicationGroup.withNodeGroups(NodeGroup... nodeGroups)
A list of node groups in this replication group.
|
ReplicationGroup |
ReplicationGroup.withPendingModifiedValues(ReplicationGroupPendingModifiedValues pendingModifiedValues)
A group of settings to be applied to the replication group, either immediately or during the next maintenance
window.
|
ReplicationGroup |
ReplicationGroup.withReplicationGroupId(String replicationGroupId)
The identifier for the replication group.
|
ReplicationGroup |
ReplicationGroup.withSnapshotRetentionLimit(Integer snapshotRetentionLimit)
The number of days for which ElastiCache retains automatic cluster snapshots before deleting them.
|
ReplicationGroup |
ReplicationGroup.withSnapshottingClusterId(String snapshottingClusterId)
The cluster ID that is used as the daily snapshot source for the replication group.
|
ReplicationGroup |
ReplicationGroup.withSnapshotWindow(String snapshotWindow)
The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).
|
ReplicationGroup |
ReplicationGroup.withStatus(String status)
The current state of this replication group -
creating , available ,
modifying , deleting , create-failed , snapshotting . |
ReplicationGroup |
ReplicationGroup.withTransitEncryptionEnabled(Boolean transitEncryptionEnabled)
A flag that enables in-transit encryption when set to
true . |
Modifier and Type | Method and Description |
---|---|
List<ReplicationGroup> |
DescribeReplicationGroupsResult.getReplicationGroups()
A list of replication groups.
|
Modifier and Type | Method and Description |
---|---|
DescribeReplicationGroupsResult |
DescribeReplicationGroupsResult.withReplicationGroups(ReplicationGroup... replicationGroups)
A list of replication groups.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeReplicationGroupsResult.setReplicationGroups(Collection<ReplicationGroup> replicationGroups)
A list of replication groups.
|
DescribeReplicationGroupsResult |
DescribeReplicationGroupsResult.withReplicationGroups(Collection<ReplicationGroup> replicationGroups)
A list of replication groups.
|
Copyright © 2018. All rights reserved.