| 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<CreateClusterResult> |
AbstractAmazonMemoryDBAsync.createClusterAsync(CreateClusterRequest request,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler) |
Future<CreateClusterResult> |
AmazonMemoryDBAsyncClient.createClusterAsync(CreateClusterRequest request,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler) |
Future<CreateClusterResult> |
AmazonMemoryDBAsync.createClusterAsync(CreateClusterRequest createClusterRequest,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler)
Creates a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest |
CreateClusterRequest.clone() |
CreateClusterRequest |
CreateClusterRequest.withACLName(String aCLName)
The name of the Access Control List to associate with the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withAutoMinorVersionUpgrade(Boolean autoMinorVersionUpgrade)
When set to true, the cluster will automatically receive minor engine version upgrades after launch.
|
CreateClusterRequest |
CreateClusterRequest.withClusterName(String clusterName)
The name of the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withDescription(String description)
An optional description of the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withEngineVersion(String engineVersion)
The version number of the Redis engine to be used for the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withKmsKeyId(String kmsKeyId)
The ID of the KMS key used to encrypt the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withMaintenanceWindow(String maintenanceWindow)
Specifies the weekly time range during which maintenance on the cluster is performed.
|
CreateClusterRequest |
CreateClusterRequest.withNodeType(String nodeType)
The compute and memory capacity of the nodes in the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withNumReplicasPerShard(Integer numReplicasPerShard)
The number of replicas to apply to each shard.
|
CreateClusterRequest |
CreateClusterRequest.withNumShards(Integer numShards)
The number of shards the cluster will contain.
|
CreateClusterRequest |
CreateClusterRequest.withParameterGroupName(String parameterGroupName)
The name of the parameter group associated with the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withPort(Integer port)
The port number on which each of the nodes accepts connections.
|
CreateClusterRequest |
CreateClusterRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group names to associate with this cluster.
|
CreateClusterRequest |
CreateClusterRequest.withSecurityGroupIds(String... securityGroupIds)
A list of security group names to associate with this cluster.
|
CreateClusterRequest |
CreateClusterRequest.withSnapshotArns(Collection<String> snapshotArns)
A list of Amazon Resource Names (ARN) that uniquely identify the RDB snapshot files stored in Amazon S3.
|
CreateClusterRequest |
CreateClusterRequest.withSnapshotArns(String... snapshotArns)
A list of Amazon Resource Names (ARN) that uniquely identify the RDB snapshot files stored in Amazon S3.
|
CreateClusterRequest |
CreateClusterRequest.withSnapshotName(String snapshotName)
The name of a snapshot from which to restore data into the new cluster.
|
CreateClusterRequest |
CreateClusterRequest.withSnapshotRetentionLimit(Integer snapshotRetentionLimit)
The number of days for which MemoryDB retains automatic snapshots before deleting them.
|
CreateClusterRequest |
CreateClusterRequest.withSnapshotWindow(String snapshotWindow)
The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your shard.
|
CreateClusterRequest |
CreateClusterRequest.withSnsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are
sent.
|
CreateClusterRequest |
CreateClusterRequest.withSubnetGroupName(String subnetGroupName)
The name of the subnet group to be used for the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withTags(Collection<Tag> tags)
A list of tags to be added to this resource.
|
CreateClusterRequest |
CreateClusterRequest.withTags(Tag... tags)
A list of tags to be added to this resource.
|
CreateClusterRequest |
CreateClusterRequest.withTLSEnabled(Boolean tLSEnabled)
A flag to enable in-transit encryption on the cluster.
|
Copyright © 2022. All rights reserved.