| Package | Description |
|---|---|
| com.amazonaws.services.dax |
DAX is a managed caching service engineered for Amazon DynamoDB.
|
| com.amazonaws.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateClusterResult> |
AmazonDaxAsyncClient.createClusterAsync(CreateClusterRequest request,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler) |
Future<CreateClusterResult> |
AbstractAmazonDaxAsync.createClusterAsync(CreateClusterRequest request,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler) |
Future<CreateClusterResult> |
AmazonDaxAsync.createClusterAsync(CreateClusterRequest createClusterRequest,
AsyncHandler<CreateClusterRequest,CreateClusterResult> asyncHandler)
Creates a DAX cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterRequest |
CreateClusterRequest.clone() |
CreateClusterRequest |
CreateClusterRequest.withAvailabilityZones(Collection<String> availabilityZones)
The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or
updated.
|
CreateClusterRequest |
CreateClusterRequest.withAvailabilityZones(String... availabilityZones)
The Availability Zones (AZs) in which the cluster nodes will reside after the cluster has been created or
updated.
|
CreateClusterRequest |
CreateClusterRequest.withClusterEndpointEncryptionType(ClusterEndpointEncryptionType clusterEndpointEncryptionType)
The type of encryption the cluster's endpoint should support.
|
CreateClusterRequest |
CreateClusterRequest.withClusterEndpointEncryptionType(String clusterEndpointEncryptionType)
The type of encryption the cluster's endpoint should support.
|
CreateClusterRequest |
CreateClusterRequest.withClusterName(String clusterName)
The cluster identifier.
|
CreateClusterRequest |
CreateClusterRequest.withDescription(String description)
A description of the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withIamRoleArn(String iamRoleArn)
A valid Amazon Resource Name (ARN) that identifies an IAM role.
|
CreateClusterRequest |
CreateClusterRequest.withNodeType(String nodeType)
The compute and memory capacity of the nodes in the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withNotificationTopicArn(String notificationTopicArn)
The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications will be sent.
|
CreateClusterRequest |
CreateClusterRequest.withParameterGroupName(String parameterGroupName)
The parameter group to be associated with the DAX cluster.
|
CreateClusterRequest |
CreateClusterRequest.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
Specifies the weekly time range during which maintenance on the DAX cluster is performed.
|
CreateClusterRequest |
CreateClusterRequest.withReplicationFactor(Integer replicationFactor)
The number of nodes in the DAX cluster.
|
CreateClusterRequest |
CreateClusterRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
A list of security group IDs to be assigned to each node in the DAX cluster.
|
CreateClusterRequest |
CreateClusterRequest.withSecurityGroupIds(String... securityGroupIds)
A list of security group IDs to be assigned to each node in the DAX cluster.
|
CreateClusterRequest |
CreateClusterRequest.withSSESpecification(SSESpecification sSESpecification)
Represents the settings used to enable server-side encryption on the cluster.
|
CreateClusterRequest |
CreateClusterRequest.withSubnetGroupName(String subnetGroupName)
The name of the subnet group to be used for the replication group.
|
CreateClusterRequest |
CreateClusterRequest.withTags(Collection<Tag> tags)
A set of tags to associate with the DAX cluster.
|
CreateClusterRequest |
CreateClusterRequest.withTags(Tag... tags)
A set of tags to associate with the DAX cluster.
|
Copyright © 2023. All rights reserved.