Uses of Class
software.amazon.awssdk.services.elasticache.model.DescribeCacheSubnetGroupsResponse
-
Packages that use DescribeCacheSubnetGroupsResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.paginators -
-
Uses of DescribeCacheSubnetGroupsResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return DescribeCacheSubnetGroupsResponse Modifier and Type Method Description default DescribeCacheSubnetGroupsResponseElastiCacheClient. describeCacheSubnetGroups()Returns a list of cache subnet group descriptions.default DescribeCacheSubnetGroupsResponseElastiCacheClient. describeCacheSubnetGroups(Consumer<DescribeCacheSubnetGroupsRequest.Builder> describeCacheSubnetGroupsRequest)Returns a list of cache subnet group descriptions.default DescribeCacheSubnetGroupsResponseElastiCacheClient. describeCacheSubnetGroups(DescribeCacheSubnetGroupsRequest describeCacheSubnetGroupsRequest)Returns a list of cache subnet group descriptions.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type DescribeCacheSubnetGroupsResponse Modifier and Type Method Description default CompletableFuture<DescribeCacheSubnetGroupsResponse>ElastiCacheAsyncClient. describeCacheSubnetGroups()Returns a list of cache subnet group descriptions.default CompletableFuture<DescribeCacheSubnetGroupsResponse>ElastiCacheAsyncClient. describeCacheSubnetGroups(Consumer<DescribeCacheSubnetGroupsRequest.Builder> describeCacheSubnetGroupsRequest)Returns a list of cache subnet group descriptions.default CompletableFuture<DescribeCacheSubnetGroupsResponse>ElastiCacheAsyncClient. describeCacheSubnetGroups(DescribeCacheSubnetGroupsRequest describeCacheSubnetGroupsRequest)Returns a list of cache subnet group descriptions. -
Uses of DescribeCacheSubnetGroupsResponse in software.amazon.awssdk.services.elasticache.paginators
Methods in software.amazon.awssdk.services.elasticache.paginators that return types with arguments of type DescribeCacheSubnetGroupsResponse Modifier and Type Method Description Iterator<DescribeCacheSubnetGroupsResponse>DescribeCacheSubnetGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.elasticache.paginators with type arguments of type DescribeCacheSubnetGroupsResponse Modifier and Type Method Description voidDescribeCacheSubnetGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeCacheSubnetGroupsResponse> subscriber)
-