| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache |
|
| software.amazon.awssdk.services.elasticache.paginators | |
| software.amazon.awssdk.services.elasticache.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeCacheSubnetGroupsResponse |
ElastiCacheClient.describeCacheSubnetGroups(DescribeCacheSubnetGroupsRequest describeCacheSubnetGroupsRequest)
Returns a list of cache subnet group descriptions.
|
default CompletableFuture<DescribeCacheSubnetGroupsResponse> |
ElastiCacheAsyncClient.describeCacheSubnetGroups(DescribeCacheSubnetGroupsRequest describeCacheSubnetGroupsRequest)
Returns a list of cache subnet group descriptions.
|
default DescribeCacheSubnetGroupsIterable |
ElastiCacheClient.describeCacheSubnetGroupsPaginator(DescribeCacheSubnetGroupsRequest describeCacheSubnetGroupsRequest)
Returns a list of cache subnet group descriptions.
|
default DescribeCacheSubnetGroupsPublisher |
ElastiCacheAsyncClient.describeCacheSubnetGroupsPaginator(DescribeCacheSubnetGroupsRequest describeCacheSubnetGroupsRequest)
Returns a list of cache subnet group descriptions.
|
| Constructor and Description |
|---|
DescribeCacheSubnetGroupsIterable(ElastiCacheClient client,
DescribeCacheSubnetGroupsRequest firstRequest) |
DescribeCacheSubnetGroupsPublisher(ElastiCacheAsyncClient client,
DescribeCacheSubnetGroupsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeCacheSubnetGroupsRequestMarshaller.marshall(DescribeCacheSubnetGroupsRequest describeCacheSubnetGroupsRequest) |
Copyright © 2023. All rights reserved.