| Package | Description |
|---|---|
| com.amazonaws.services.memorydb |
MemoryDB for Redis is a fully managed, Redis-compatible, in-memory database that delivers ultra-fast performance and
Multi-AZ durability for modern applications built using microservices architectures.
|
| com.amazonaws.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateClusterResult> |
AbstractAmazonMemoryDBAsync.updateClusterAsync(UpdateClusterRequest request,
AsyncHandler<UpdateClusterRequest,UpdateClusterResult> asyncHandler) |
Future<UpdateClusterResult> |
AmazonMemoryDBAsyncClient.updateClusterAsync(UpdateClusterRequest request,
AsyncHandler<UpdateClusterRequest,UpdateClusterResult> asyncHandler) |
Future<UpdateClusterResult> |
AmazonMemoryDBAsync.updateClusterAsync(UpdateClusterRequest updateClusterRequest,
AsyncHandler<UpdateClusterRequest,UpdateClusterResult> asyncHandler)
Modifies the settings for a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateClusterRequest |
UpdateClusterRequest.clone() |
UpdateClusterRequest |
UpdateClusterRequest.withACLName(String aCLName)
The Access Control List that is associated with the cluster
|
UpdateClusterRequest |
UpdateClusterRequest.withClusterName(String clusterName)
The name of the cluster to update
|
UpdateClusterRequest |
UpdateClusterRequest.withDescription(String description)
The description of the cluster to update
|
UpdateClusterRequest |
UpdateClusterRequest.withEngineVersion(String engineVersion)
The upgraded version of the engine to be run on the nodes.
|
UpdateClusterRequest |
UpdateClusterRequest.withMaintenanceWindow(String maintenanceWindow)
The maintenance window to update
|
UpdateClusterRequest |
UpdateClusterRequest.withNodeType(String nodeType)
A valid node type that you want to scale this cluster up or down to.
|
UpdateClusterRequest |
UpdateClusterRequest.withParameterGroupName(String parameterGroupName)
The name of the parameter group to update
|
UpdateClusterRequest |
UpdateClusterRequest.withReplicaConfiguration(ReplicaConfigurationRequest replicaConfiguration)
The number of replicas that will reside in each shard
|
UpdateClusterRequest |
UpdateClusterRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
The SecurityGroupIds to update
|
UpdateClusterRequest |
UpdateClusterRequest.withSecurityGroupIds(String... securityGroupIds)
The SecurityGroupIds to update
|
UpdateClusterRequest |
UpdateClusterRequest.withShardConfiguration(ShardConfigurationRequest shardConfiguration)
The number of shards in the cluster
|
UpdateClusterRequest |
UpdateClusterRequest.withSnapshotRetentionLimit(Integer snapshotRetentionLimit)
The number of days for which MemoryDB retains automatic cluster snapshots before deleting them.
|
UpdateClusterRequest |
UpdateClusterRequest.withSnapshotWindow(String snapshotWindow)
The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your cluster.
|
UpdateClusterRequest |
UpdateClusterRequest.withSnsTopicArn(String snsTopicArn)
The SNS topic ARN to update
|
UpdateClusterRequest |
UpdateClusterRequest.withSnsTopicStatus(String snsTopicStatus)
The status of the Amazon SNS notification topic.
|
Copyright © 2022. All rights reserved.