Uses of Class
software.amazon.awssdk.services.elasticache.model.CacheParameterGroup
-
Packages that use CacheParameterGroup Package Description software.amazon.awssdk.services.elasticache.model software.amazon.awssdk.services.elasticache.paginators -
-
Uses of CacheParameterGroup in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return CacheParameterGroup Modifier and Type Method Description CacheParameterGroup
CreateCacheParameterGroupResponse. cacheParameterGroup()
Returns the value of the CacheParameterGroup property for this object.Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type CacheParameterGroup Modifier and Type Method Description List<CacheParameterGroup>
DescribeCacheParameterGroupsResponse. cacheParameterGroups()
A list of cache parameter groups.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type CacheParameterGroup Modifier and Type Method Description CreateCacheParameterGroupResponse.Builder
CreateCacheParameterGroupResponse.Builder. cacheParameterGroup(CacheParameterGroup cacheParameterGroup)
Sets the value of the CacheParameterGroup property for this object.DescribeCacheParameterGroupsResponse.Builder
DescribeCacheParameterGroupsResponse.Builder. cacheParameterGroups(CacheParameterGroup... cacheParameterGroups)
A list of cache parameter groups.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type CacheParameterGroup Modifier and Type Method Description DescribeCacheParameterGroupsResponse.Builder
DescribeCacheParameterGroupsResponse.Builder. cacheParameterGroups(Collection<CacheParameterGroup> cacheParameterGroups)
A list of cache parameter groups. -
Uses of CacheParameterGroup in software.amazon.awssdk.services.elasticache.paginators
Methods in software.amazon.awssdk.services.elasticache.paginators that return types with arguments of type CacheParameterGroup Modifier and Type Method Description SdkIterable<CacheParameterGroup>
DescribeCacheParameterGroupsIterable. cacheParameterGroups()
Returns an iterable to iterate through the paginatedDescribeCacheParameterGroupsResponse.cacheParameterGroups()
member.SdkPublisher<CacheParameterGroup>
DescribeCacheParameterGroupsPublisher. cacheParameterGroups()
Returns a publisher that can be used to get a stream of data.
-