Uses of Class
software.amazon.awssdk.services.elasticache.model.DescribeCacheParameterGroupsRequest
-
Packages that use DescribeCacheParameterGroupsRequest Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.paginators software.amazon.awssdk.services.elasticache.transform -
-
Uses of DescribeCacheParameterGroupsRequest in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache with parameters of type DescribeCacheParameterGroupsRequest Modifier and Type Method Description default CompletableFuture<DescribeCacheParameterGroupsResponse>ElastiCacheAsyncClient. describeCacheParameterGroups(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest)Returns a list of cache parameter group descriptions.default DescribeCacheParameterGroupsResponseElastiCacheClient. describeCacheParameterGroups(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest)Returns a list of cache parameter group descriptions.default DescribeCacheParameterGroupsPublisherElastiCacheAsyncClient. describeCacheParameterGroupsPaginator(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest)default DescribeCacheParameterGroupsIterableElastiCacheClient. describeCacheParameterGroupsPaginator(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest) -
Uses of DescribeCacheParameterGroupsRequest in software.amazon.awssdk.services.elasticache.paginators
Constructors in software.amazon.awssdk.services.elasticache.paginators with parameters of type DescribeCacheParameterGroupsRequest Constructor Description DescribeCacheParameterGroupsIterable(ElastiCacheClient client, DescribeCacheParameterGroupsRequest firstRequest)DescribeCacheParameterGroupsPublisher(ElastiCacheAsyncClient client, DescribeCacheParameterGroupsRequest firstRequest) -
Uses of DescribeCacheParameterGroupsRequest in software.amazon.awssdk.services.elasticache.transform
Methods in software.amazon.awssdk.services.elasticache.transform with parameters of type DescribeCacheParameterGroupsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeCacheParameterGroupsRequestMarshaller. marshall(DescribeCacheParameterGroupsRequest describeCacheParameterGroupsRequest)
-