Uses of Class
software.amazon.awssdk.services.elasticache.model.ServerlessCache
-
Packages that use ServerlessCache Package Description software.amazon.awssdk.services.elasticache.model software.amazon.awssdk.services.elasticache.paginators -
-
Uses of ServerlessCache in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return ServerlessCache Modifier and Type Method Description ServerlessCacheCreateServerlessCacheResponse. serverlessCache()The response for the attempt to create the serverless cache.ServerlessCacheDeleteServerlessCacheResponse. serverlessCache()Provides the details of the specified serverless cache that is about to be deleted.ServerlessCacheModifyServerlessCacheResponse. serverlessCache()The response for the attempt to modify the serverless cache.Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type ServerlessCache Modifier and Type Method Description List<ServerlessCache>DescribeServerlessCachesResponse. serverlessCaches()The serverless caches associated with a given description request.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type ServerlessCache Modifier and Type Method Description CreateServerlessCacheResponse.BuilderCreateServerlessCacheResponse.Builder. serverlessCache(ServerlessCache serverlessCache)The response for the attempt to create the serverless cache.DeleteServerlessCacheResponse.BuilderDeleteServerlessCacheResponse.Builder. serverlessCache(ServerlessCache serverlessCache)Provides the details of the specified serverless cache that is about to be deleted.ModifyServerlessCacheResponse.BuilderModifyServerlessCacheResponse.Builder. serverlessCache(ServerlessCache serverlessCache)The response for the attempt to modify the serverless cache.DescribeServerlessCachesResponse.BuilderDescribeServerlessCachesResponse.Builder. serverlessCaches(ServerlessCache... serverlessCaches)The serverless caches associated with a given description request.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type ServerlessCache Modifier and Type Method Description DescribeServerlessCachesResponse.BuilderDescribeServerlessCachesResponse.Builder. serverlessCaches(Collection<ServerlessCache> serverlessCaches)The serverless caches associated with a given description request. -
Uses of ServerlessCache in software.amazon.awssdk.services.elasticache.paginators
Methods in software.amazon.awssdk.services.elasticache.paginators that return types with arguments of type ServerlessCache Modifier and Type Method Description SdkIterable<ServerlessCache>DescribeServerlessCachesIterable. serverlessCaches()Returns an iterable to iterate through the paginatedDescribeServerlessCachesResponse.serverlessCaches()member.SdkPublisher<ServerlessCache>DescribeServerlessCachesPublisher. serverlessCaches()Returns a publisher that can be used to get a stream of data.
-