| Package | Description |
|---|---|
| com.amazonaws.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.clone() |
Cluster |
UpdateClusterResult.getCluster()
The updated cluster
|
Cluster |
FailoverShardResult.getCluster()
The cluster being failed over
|
Cluster |
CreateClusterResult.getCluster()
The newly-created cluster.
|
Cluster |
DeleteClusterResult.getCluster()
The cluster object that has been deleted
|
Cluster |
Cluster.withACLName(String aCLName)
The name of the Access Control List associated with this cluster.
|
Cluster |
Cluster.withARN(String aRN)
The Amazon Resource Name (ARN) of the cluster.
|
Cluster |
Cluster.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
When set to true, the cluster will automatically receive minor engine version upgrades after launch.
|
Cluster |
Cluster.withAvailabilityMode(AZStatus availabilityMode)
Indicates if the cluster has a Multi-AZ configuration (multiaz) or not (singleaz).
|
Cluster |
Cluster.withAvailabilityMode(String availabilityMode)
Indicates if the cluster has a Multi-AZ configuration (multiaz) or not (singleaz).
|
Cluster |
Cluster.withClusterEndpoint(Endpoint clusterEndpoint)
The cluster's configuration endpoint
|
Cluster |
Cluster.withDataTiering(DataTieringStatus dataTiering)
Enables data tiering.
|
Cluster |
Cluster.withDataTiering(String dataTiering)
Enables data tiering.
|
Cluster |
Cluster.withDescription(String description)
A description of the cluster
|
Cluster |
Cluster.withEnginePatchVersion(String enginePatchVersion)
The Redis engine patch version used by the cluster
|
Cluster |
Cluster.withEngineVersion(String engineVersion)
The Redis engine version used by the cluster
|
Cluster |
Cluster.withKmsKeyId(String kmsKeyId)
The ID of the KMS key used to encrypt the cluster
|
Cluster |
Cluster.withMaintenanceWindow(String maintenanceWindow)
Specifies the weekly time range during which maintenance on the cluster is performed.
|
Cluster |
Cluster.withName(String name)
The user-supplied name of the cluster.
|
Cluster |
Cluster.withNodeType(String nodeType)
The cluster's node type
|
Cluster |
Cluster.withNumberOfShards(Integer numberOfShards)
The number of shards in the cluster
|
Cluster |
Cluster.withParameterGroupName(String parameterGroupName)
The name of the parameter group used by the cluster
|
Cluster |
Cluster.withParameterGroupStatus(String parameterGroupStatus)
The status of the parameter group used by the cluster, for example 'active' or 'applying'.
|
Cluster |
Cluster.withPendingUpdates(ClusterPendingUpdates pendingUpdates)
A group of settings that are currently being applied.
|
Cluster |
Cluster.withSecurityGroups(Collection<SecurityGroupMembership> securityGroups)
A list of security groups used by the cluster
|
Cluster |
Cluster.withSecurityGroups(SecurityGroupMembership... securityGroups)
A list of security groups used by the cluster
|
Cluster |
Cluster.withShards(Collection<Shard> shards)
A list of shards that are members of the cluster.
|
Cluster |
Cluster.withShards(Shard... shards)
A list of shards that are members of the cluster.
|
Cluster |
Cluster.withSnapshotRetentionLimit(Integer snapshotRetentionLimit)
The number of days for which MemoryDB retains automatic snapshots before deleting them.
|
Cluster |
Cluster.withSnapshotWindow(String snapshotWindow)
The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your shard.
|
Cluster |
Cluster.withSnsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the SNS notification topic
|
Cluster |
Cluster.withSnsTopicStatus(String snsTopicStatus)
The SNS topic must be in Active status to receive notifications
|
Cluster |
Cluster.withStatus(String status)
The status of the cluster.
|
Cluster |
Cluster.withSubnetGroupName(String subnetGroupName)
The name of the subnet group used by the cluster
|
Cluster |
Cluster.withTLSEnabled(Boolean tLSEnabled)
A flag to indicate if In-transit encryption is enabled
|
| Modifier and Type | Method and Description |
|---|---|
List<Cluster> |
DescribeClustersResult.getClusters()
A list of clusters
|
List<Cluster> |
BatchUpdateClusterResult.getProcessedClusters()
The list of clusters that have been updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateClusterResult.setCluster(Cluster cluster)
The updated cluster
|
void |
FailoverShardResult.setCluster(Cluster cluster)
The cluster being failed over
|
void |
CreateClusterResult.setCluster(Cluster cluster)
The newly-created cluster.
|
void |
DeleteClusterResult.setCluster(Cluster cluster)
The cluster object that has been deleted
|
UpdateClusterResult |
UpdateClusterResult.withCluster(Cluster cluster)
The updated cluster
|
FailoverShardResult |
FailoverShardResult.withCluster(Cluster cluster)
The cluster being failed over
|
CreateClusterResult |
CreateClusterResult.withCluster(Cluster cluster)
The newly-created cluster.
|
DeleteClusterResult |
DeleteClusterResult.withCluster(Cluster cluster)
The cluster object that has been deleted
|
DescribeClustersResult |
DescribeClustersResult.withClusters(Cluster... clusters)
A list of clusters
|
BatchUpdateClusterResult |
BatchUpdateClusterResult.withProcessedClusters(Cluster... processedClusters)
The list of clusters that have been updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeClustersResult.setClusters(Collection<Cluster> clusters)
A list of clusters
|
void |
BatchUpdateClusterResult.setProcessedClusters(Collection<Cluster> processedClusters)
The list of clusters that have been updated.
|
DescribeClustersResult |
DescribeClustersResult.withClusters(Collection<Cluster> clusters)
A list of clusters
|
BatchUpdateClusterResult |
BatchUpdateClusterResult.withProcessedClusters(Collection<Cluster> processedClusters)
The list of clusters that have been updated.
|
Copyright © 2024. All rights reserved.