Uses of Class
com.amazonaws.services.elasticache.model.DescribeCacheSubnetGroupsResult
Packages that use DescribeCacheSubnetGroupsResult
-
Uses of DescribeCacheSubnetGroupsResult in com.amazonaws.services.elasticache
Methods in com.amazonaws.services.elasticache that return DescribeCacheSubnetGroupsResultModifier and TypeMethodDescriptionAbstractAmazonElastiCache.describeCacheSubnetGroups()AbstractAmazonElastiCache.describeCacheSubnetGroups(DescribeCacheSubnetGroupsRequest request) AmazonElastiCache.describeCacheSubnetGroups()Simplified method form for invoking the DescribeCacheSubnetGroups operation.AmazonElastiCache.describeCacheSubnetGroups(DescribeCacheSubnetGroupsRequest describeCacheSubnetGroupsRequest) The DescribeCacheSubnetGroups action returns a list of cache subnet group descriptions.AmazonElastiCacheClient.describeCacheSubnetGroups()AmazonElastiCacheClient.describeCacheSubnetGroups(DescribeCacheSubnetGroupsRequest describeCacheSubnetGroupsRequest) The DescribeCacheSubnetGroups action returns a list of cache subnet group descriptions.Methods in com.amazonaws.services.elasticache that return types with arguments of type DescribeCacheSubnetGroupsResultModifier and TypeMethodDescriptionAbstractAmazonElastiCacheAsync.describeCacheSubnetGroupsAsync()Simplified method form for invoking the DescribeCacheSubnetGroups operation.AbstractAmazonElastiCacheAsync.describeCacheSubnetGroupsAsync(AsyncHandler<DescribeCacheSubnetGroupsRequest, DescribeCacheSubnetGroupsResult> asyncHandler) Simplified method form for invoking the DescribeCacheSubnetGroups operation with an AsyncHandler.AbstractAmazonElastiCacheAsync.describeCacheSubnetGroupsAsync(DescribeCacheSubnetGroupsRequest request) AbstractAmazonElastiCacheAsync.describeCacheSubnetGroupsAsync(DescribeCacheSubnetGroupsRequest request, AsyncHandler<DescribeCacheSubnetGroupsRequest, DescribeCacheSubnetGroupsResult> asyncHandler) AmazonElastiCacheAsync.describeCacheSubnetGroupsAsync()Simplified method form for invoking the DescribeCacheSubnetGroups operation.AmazonElastiCacheAsync.describeCacheSubnetGroupsAsync(AsyncHandler<DescribeCacheSubnetGroupsRequest, DescribeCacheSubnetGroupsResult> asyncHandler) Simplified method form for invoking the DescribeCacheSubnetGroups operation with an AsyncHandler.AmazonElastiCacheAsync.describeCacheSubnetGroupsAsync(DescribeCacheSubnetGroupsRequest describeCacheSubnetGroupsRequest) The DescribeCacheSubnetGroups action returns a list of cache subnet group descriptions.AmazonElastiCacheAsync.describeCacheSubnetGroupsAsync(DescribeCacheSubnetGroupsRequest describeCacheSubnetGroupsRequest, AsyncHandler<DescribeCacheSubnetGroupsRequest, DescribeCacheSubnetGroupsResult> asyncHandler) The DescribeCacheSubnetGroups action returns a list of cache subnet group descriptions.AmazonElastiCacheAsyncClient.describeCacheSubnetGroupsAsync()Simplified method form for invoking the DescribeCacheSubnetGroups operation.AmazonElastiCacheAsyncClient.describeCacheSubnetGroupsAsync(AsyncHandler<DescribeCacheSubnetGroupsRequest, DescribeCacheSubnetGroupsResult> asyncHandler) Simplified method form for invoking the DescribeCacheSubnetGroups operation with an AsyncHandler.AmazonElastiCacheAsyncClient.describeCacheSubnetGroupsAsync(DescribeCacheSubnetGroupsRequest request) AmazonElastiCacheAsyncClient.describeCacheSubnetGroupsAsync(DescribeCacheSubnetGroupsRequest request, AsyncHandler<DescribeCacheSubnetGroupsRequest, DescribeCacheSubnetGroupsResult> asyncHandler) Method parameters in com.amazonaws.services.elasticache with type arguments of type DescribeCacheSubnetGroupsResultModifier and TypeMethodDescriptionAbstractAmazonElastiCacheAsync.describeCacheSubnetGroupsAsync(AsyncHandler<DescribeCacheSubnetGroupsRequest, DescribeCacheSubnetGroupsResult> asyncHandler) Simplified method form for invoking the DescribeCacheSubnetGroups operation with an AsyncHandler.AbstractAmazonElastiCacheAsync.describeCacheSubnetGroupsAsync(DescribeCacheSubnetGroupsRequest request, AsyncHandler<DescribeCacheSubnetGroupsRequest, DescribeCacheSubnetGroupsResult> asyncHandler) AmazonElastiCacheAsync.describeCacheSubnetGroupsAsync(AsyncHandler<DescribeCacheSubnetGroupsRequest, DescribeCacheSubnetGroupsResult> asyncHandler) Simplified method form for invoking the DescribeCacheSubnetGroups operation with an AsyncHandler.AmazonElastiCacheAsync.describeCacheSubnetGroupsAsync(DescribeCacheSubnetGroupsRequest describeCacheSubnetGroupsRequest, AsyncHandler<DescribeCacheSubnetGroupsRequest, DescribeCacheSubnetGroupsResult> asyncHandler) The DescribeCacheSubnetGroups action returns a list of cache subnet group descriptions.AmazonElastiCacheAsyncClient.describeCacheSubnetGroupsAsync(AsyncHandler<DescribeCacheSubnetGroupsRequest, DescribeCacheSubnetGroupsResult> asyncHandler) Simplified method form for invoking the DescribeCacheSubnetGroups operation with an AsyncHandler.AmazonElastiCacheAsyncClient.describeCacheSubnetGroupsAsync(DescribeCacheSubnetGroupsRequest request, AsyncHandler<DescribeCacheSubnetGroupsRequest, DescribeCacheSubnetGroupsResult> asyncHandler) -
Uses of DescribeCacheSubnetGroupsResult in com.amazonaws.services.elasticache.model
Methods in com.amazonaws.services.elasticache.model that return DescribeCacheSubnetGroupsResultModifier and TypeMethodDescriptionDescribeCacheSubnetGroupsResult.clone()DescribeCacheSubnetGroupsResult.withCacheSubnetGroups(CacheSubnetGroup... cacheSubnetGroups) A list of cache subnet groups.DescribeCacheSubnetGroupsResult.withCacheSubnetGroups(Collection<CacheSubnetGroup> cacheSubnetGroups) A list of cache subnet groups.DescribeCacheSubnetGroupsResult.withMarker(String marker) Provides an identifier to allow retrieval of paginated results.