| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.memorydb.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSubnetGroupsResponse |
MemoryDbClient.describeSubnetGroups(Consumer<DescribeSubnetGroupsRequest.Builder> describeSubnetGroupsRequest)
Returns a list of subnet group descriptions.
|
default DescribeSubnetGroupsResponse |
MemoryDbClient.describeSubnetGroups(DescribeSubnetGroupsRequest describeSubnetGroupsRequest)
Returns a list of subnet group descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeSubnetGroupsResponse> |
MemoryDbAsyncClient.describeSubnetGroups(Consumer<DescribeSubnetGroupsRequest.Builder> describeSubnetGroupsRequest)
Returns a list of subnet group descriptions.
|
default CompletableFuture<DescribeSubnetGroupsResponse> |
MemoryDbAsyncClient.describeSubnetGroups(DescribeSubnetGroupsRequest describeSubnetGroupsRequest)
Returns a list of subnet group descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeSubnetGroupsResponse> |
DescribeSubnetGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSubnetGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeSubnetGroupsResponse> subscriber) |
Copyright © 2023. All rights reserved.