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 CacheSubnetGroupCreateCacheSubnetGroupResponse. cacheSubnetGroup()Returns the value of the CacheSubnetGroup property for this object.CacheSubnetGroupModifyCacheSubnetGroupResponse. 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.BuilderCreateCacheSubnetGroupResponse.Builder. cacheSubnetGroup(CacheSubnetGroup cacheSubnetGroup)Sets the value of the CacheSubnetGroup property for this object.ModifyCacheSubnetGroupResponse.BuilderModifyCacheSubnetGroupResponse.Builder. cacheSubnetGroup(CacheSubnetGroup cacheSubnetGroup)Sets the value of the CacheSubnetGroup property for this object.DescribeCacheSubnetGroupsResponse.BuilderDescribeCacheSubnetGroupsResponse.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.BuilderDescribeCacheSubnetGroupsResponse.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.
-