| 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 |
|---|---|
DescribeSubnetGroupsResult |
AbstractAmazonMemoryDB.describeSubnetGroups(DescribeSubnetGroupsRequest request) |
DescribeSubnetGroupsResult |
AmazonMemoryDBClient.describeSubnetGroups(DescribeSubnetGroupsRequest request)
Returns a list of subnet group descriptions.
|
DescribeSubnetGroupsResult |
AmazonMemoryDB.describeSubnetGroups(DescribeSubnetGroupsRequest describeSubnetGroupsRequest)
Returns a list of subnet group descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeSubnetGroupsResult> |
AmazonMemoryDBAsyncClient.describeSubnetGroupsAsync(DescribeSubnetGroupsRequest request,
AsyncHandler<DescribeSubnetGroupsRequest,DescribeSubnetGroupsResult> asyncHandler) |
Future<DescribeSubnetGroupsResult> |
AbstractAmazonMemoryDBAsync.describeSubnetGroupsAsync(DescribeSubnetGroupsRequest request,
AsyncHandler<DescribeSubnetGroupsRequest,DescribeSubnetGroupsResult> asyncHandler) |
Future<DescribeSubnetGroupsResult> |
AmazonMemoryDBAsync.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)
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
|
DescribeSubnetGroupsResult |
DescribeSubnetGroupsResult.withSubnetGroups(Collection<SubnetGroup> subnetGroups)
A list of subnet groups.
|
DescribeSubnetGroupsResult |
DescribeSubnetGroupsResult.withSubnetGroups(SubnetGroup... subnetGroups)
A list of subnet groups.
|
Copyright © 2024. All rights reserved.