| 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 |
|---|---|
DescribeSubnetGroupsResult |
AmazonDaxClient.describeSubnetGroups(DescribeSubnetGroupsRequest request)
Returns a list of subnet group descriptions.
|
DescribeSubnetGroupsResult |
AmazonDax.describeSubnetGroups(DescribeSubnetGroupsRequest describeSubnetGroupsRequest)
Returns a list of subnet group descriptions.
|
DescribeSubnetGroupsResult |
AbstractAmazonDax.describeSubnetGroups(DescribeSubnetGroupsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeSubnetGroupsResult> |
AbstractAmazonDaxAsync.describeSubnetGroupsAsync(DescribeSubnetGroupsRequest request,
AsyncHandler<DescribeSubnetGroupsRequest,DescribeSubnetGroupsResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSubnetGroupsResult |
DescribeSubnetGroupsResult.clone() |
DescribeSubnetGroupsResult |
DescribeSubnetGroupsResult.withNextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
|
DescribeSubnetGroupsResult |
DescribeSubnetGroupsResult.withSubnetGroups(Collection<SubnetGroup> subnetGroups)
An array of subnet groups.
|
DescribeSubnetGroupsResult |
DescribeSubnetGroupsResult.withSubnetGroups(SubnetGroup... subnetGroups)
An array of subnet groups.
|
Copyright © 2023. All rights reserved.