| 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<DescribeSubnetGroupsResult> |
AmazonDaxAsyncClient.describeSubnetGroupsAsync(DescribeSubnetGroupsRequest request,
AsyncHandler<DescribeSubnetGroupsRequest,DescribeSubnetGroupsResult> asyncHandler) |
Future<DescribeSubnetGroupsResult> |
AmazonDaxAsync.describeSubnetGroupsAsync(DescribeSubnetGroupsRequest describeSubnetGroupsRequest,
AsyncHandler<DescribeSubnetGroupsRequest,DescribeSubnetGroupsResult> asyncHandler)
Returns a list of subnet group descriptions.
|
Future<DescribeSubnetGroupsResult> |
AbstractAmazonDaxAsync.describeSubnetGroupsAsync(DescribeSubnetGroupsRequest request,
AsyncHandler<DescribeSubnetGroupsRequest,DescribeSubnetGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeSubnetGroupsRequest |
DescribeSubnetGroupsRequest.clone() |
DescribeSubnetGroupsRequest |
DescribeSubnetGroupsRequest.withMaxResults(Integer maxResults)
The maximum number of results to include in the response.
|
DescribeSubnetGroupsRequest |
DescribeSubnetGroupsRequest.withNextToken(String nextToken)
An optional token returned from a prior request.
|
DescribeSubnetGroupsRequest |
DescribeSubnetGroupsRequest.withSubnetGroupNames(Collection<String> subnetGroupNames)
The name of the subnet group.
|
DescribeSubnetGroupsRequest |
DescribeSubnetGroupsRequest.withSubnetGroupNames(String... subnetGroupNames)
The name of the subnet group.
|
Copyright © 2021. All rights reserved.