ModifyCacheClusterRequest |
ModifyCacheClusterRequest.clone() |
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withApplyImmediately(Boolean applyImmediately) |
If true , this parameter causes the modifications in this
request and any pending modifications to be applied, asynchronously and
as soon as possible, regardless of the PreferredMaintenanceWindow
setting for the cache cluster.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade) |
This parameter is currently disabled.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withAZMode(AZMode aZMode) |
Specifies whether the new nodes in this Memcached cache cluster are all
created in a single Availability Zone or created across multiple
Availability Zones.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withAZMode(String aZMode) |
Specifies whether the new nodes in this Memcached cache cluster are all
created in a single Availability Zone or created across multiple
Availability Zones.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withCacheClusterId(String cacheClusterId) |
The cache cluster identifier.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withCacheNodeIdsToRemove(String... cacheNodeIdsToRemove) |
A list of cache node IDs to be removed.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withCacheNodeIdsToRemove(Collection<String> cacheNodeIdsToRemove) |
A list of cache node IDs to be removed.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withCacheNodeType(String cacheNodeType) |
A valid cache node type that you want to scale this cache cluster to.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withCacheParameterGroupName(String cacheParameterGroupName) |
The name of the cache parameter group to apply to this cache cluster.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withCacheSecurityGroupNames(String... cacheSecurityGroupNames) |
A list of cache security group names to authorize on this cache cluster.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withCacheSecurityGroupNames(Collection<String> cacheSecurityGroupNames) |
A list of cache security group names to authorize on this cache cluster.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withEngineVersion(String engineVersion) |
The upgraded version of the cache engine to be run on the cache nodes.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withNewAvailabilityZones(String... newAvailabilityZones) |
The list of Availability Zones where the new Memcached cache nodes will
be created.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withNewAvailabilityZones(Collection<String> newAvailabilityZones) |
The list of Availability Zones where the new Memcached cache nodes will
be created.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withNotificationTopicArn(String notificationTopicArn) |
The Amazon Resource Name (ARN) of the Amazon SNS topic to which
notifications will be sent.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withNotificationTopicStatus(String notificationTopicStatus) |
The status of the Amazon SNS notification topic.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withNumCacheNodes(Integer numCacheNodes) |
The number of cache nodes that the cache cluster should have.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow) |
Specifies the weekly time range during which maintenance on the cache
cluster is performed.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withSecurityGroupIds(String... securityGroupIds) |
Specifies the VPC Security Groups associated with the cache cluster.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withSecurityGroupIds(Collection<String> securityGroupIds) |
Specifies the VPC Security Groups associated with the cache cluster.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withSnapshotRetentionLimit(Integer snapshotRetentionLimit) |
The number of days for which ElastiCache will retain automatic cache
cluster snapshots before deleting them.
|
ModifyCacheClusterRequest |
ModifyCacheClusterRequest.withSnapshotWindow(String snapshotWindow) |
The daily time range (in UTC) during which ElastiCache will begin taking
a daily snapshot of your cache cluster.
|