| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model | |
| software.amazon.awssdk.services.elasticache.paginators |
| Modifier and Type | Method and Description |
|---|---|
CacheSubnetGroup |
ModifyCacheSubnetGroupResponse.cacheSubnetGroup()
Returns the value of the CacheSubnetGroup property for this object.
|
CacheSubnetGroup |
CreateCacheSubnetGroupResponse.cacheSubnetGroup()
Returns the value of the CacheSubnetGroup property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<CacheSubnetGroup> |
DescribeCacheSubnetGroupsResponse.cacheSubnetGroups()
A list of cache subnet groups.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyCacheSubnetGroupResponse.Builder |
ModifyCacheSubnetGroupResponse.Builder.cacheSubnetGroup(CacheSubnetGroup cacheSubnetGroup)
Sets the value of the CacheSubnetGroup property for this object.
|
CreateCacheSubnetGroupResponse.Builder |
CreateCacheSubnetGroupResponse.Builder.cacheSubnetGroup(CacheSubnetGroup cacheSubnetGroup)
Sets the value of the CacheSubnetGroup property for this object.
|
DescribeCacheSubnetGroupsResponse.Builder |
DescribeCacheSubnetGroupsResponse.Builder.cacheSubnetGroups(CacheSubnetGroup... cacheSubnetGroups)
A list of cache subnet groups.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCacheSubnetGroupsResponse.Builder |
DescribeCacheSubnetGroupsResponse.Builder.cacheSubnetGroups(Collection<CacheSubnetGroup> cacheSubnetGroups)
A list of cache subnet groups.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<CacheSubnetGroup> |
DescribeCacheSubnetGroupsPublisher.cacheSubnetGroups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<CacheSubnetGroup> |
DescribeCacheSubnetGroupsIterable.cacheSubnetGroups()
Returns an iterable to iterate through the paginated
DescribeCacheSubnetGroupsResponse.cacheSubnetGroups() member. |
Copyright © 2023. All rights reserved.