| 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<CreateSubnetGroupResult> |
AmazonDaxAsyncClient.createSubnetGroupAsync(CreateSubnetGroupRequest request,
AsyncHandler<CreateSubnetGroupRequest,CreateSubnetGroupResult> asyncHandler) |
Future<CreateSubnetGroupResult> |
AmazonDaxAsync.createSubnetGroupAsync(CreateSubnetGroupRequest createSubnetGroupRequest,
AsyncHandler<CreateSubnetGroupRequest,CreateSubnetGroupResult> asyncHandler)
Creates a new subnet group.
|
Future<CreateSubnetGroupResult> |
AbstractAmazonDaxAsync.createSubnetGroupAsync(CreateSubnetGroupRequest request,
AsyncHandler<CreateSubnetGroupRequest,CreateSubnetGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSubnetGroupRequest |
CreateSubnetGroupRequest.clone() |
CreateSubnetGroupRequest |
CreateSubnetGroupRequest.withDescription(String description)
A description for the subnet group
|
CreateSubnetGroupRequest |
CreateSubnetGroupRequest.withSubnetGroupName(String subnetGroupName)
A name for the subnet group.
|
CreateSubnetGroupRequest |
CreateSubnetGroupRequest.withSubnetIds(Collection<String> subnetIds)
A list of VPC subnet IDs for the subnet group.
|
CreateSubnetGroupRequest |
CreateSubnetGroupRequest.withSubnetIds(String... subnetIds)
A list of VPC subnet IDs for the subnet group.
|
Copyright © 2021. All rights reserved.