| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model | |
| software.amazon.awssdk.services.elasticache.paginators |
| Modifier and Type | Method and Description |
|---|---|
CacheParameterGroup |
CreateCacheParameterGroupResponse.cacheParameterGroup()
Returns the value of the CacheParameterGroup property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<CacheParameterGroup> |
DescribeCacheParameterGroupsResponse.cacheParameterGroups()
A list of cache parameter groups.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCacheParameterGroupsResponse.Builder |
DescribeCacheParameterGroupsResponse.Builder.cacheParameterGroups(Collection<CacheParameterGroup> cacheParameterGroups)
A list of cache parameter groups.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<CacheParameterGroup> |
DescribeCacheParameterGroupsPublisher.cacheParameterGroups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<CacheParameterGroup> |
DescribeCacheParameterGroupsIterable.cacheParameterGroups()
Returns an iterable to iterate through the paginated
DescribeCacheParameterGroupsResponse.cacheParameterGroups() member. |
Copyright © 2023. All rights reserved.