Uses of Class
software.amazon.awssdk.services.elasticache.model.CacheSubnetGroup
-
Packages that use CacheSubnetGroup Package Description software.amazon.awssdk.services.elasticache.model software.amazon.awssdk.services.elasticache.paginators -
-
Uses of CacheSubnetGroup in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return CacheSubnetGroup Modifier and Type Method Description CacheSubnetGroup
CreateCacheSubnetGroupResponse. cacheSubnetGroup()
Returns the value of the CacheSubnetGroup property for this object.CacheSubnetGroup
ModifyCacheSubnetGroupResponse. cacheSubnetGroup()
Returns the value of the CacheSubnetGroup property for this object.Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type CacheSubnetGroup Modifier and Type Method Description List<CacheSubnetGroup>
DescribeCacheSubnetGroupsResponse. cacheSubnetGroups()
A list of cache subnet groups.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type CacheSubnetGroup Modifier and Type Method Description CreateCacheSubnetGroupResponse.Builder
CreateCacheSubnetGroupResponse.Builder. cacheSubnetGroup(CacheSubnetGroup cacheSubnetGroup)
Sets the value of the CacheSubnetGroup property for this object.ModifyCacheSubnetGroupResponse.Builder
ModifyCacheSubnetGroupResponse.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.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type CacheSubnetGroup Modifier and Type Method Description DescribeCacheSubnetGroupsResponse.Builder
DescribeCacheSubnetGroupsResponse.Builder. cacheSubnetGroups(Collection<CacheSubnetGroup> cacheSubnetGroups)
A list of cache subnet groups. -
Uses of CacheSubnetGroup in software.amazon.awssdk.services.elasticache.paginators
Methods in software.amazon.awssdk.services.elasticache.paginators that return types with arguments of type CacheSubnetGroup Modifier and Type Method Description SdkIterable<CacheSubnetGroup>
DescribeCacheSubnetGroupsIterable. cacheSubnetGroups()
Returns an iterable to iterate through the paginatedDescribeCacheSubnetGroupsResponse.cacheSubnetGroups()
member.SdkPublisher<CacheSubnetGroup>
DescribeCacheSubnetGroupsPublisher. cacheSubnetGroups()
Returns a publisher that can be used to get a stream of data.
-