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 ServerlessCache
CreateServerlessCacheResponse. serverlessCache()
The response for the attempt to create the serverless cache.ServerlessCache
DeleteServerlessCacheResponse. serverlessCache()
Provides the details of the specified serverless cache that is about to be deleted.ServerlessCache
ModifyServerlessCacheResponse. 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.Builder
CreateServerlessCacheResponse.Builder. serverlessCache(ServerlessCache serverlessCache)
The response for the attempt to create the serverless cache.DeleteServerlessCacheResponse.Builder
DeleteServerlessCacheResponse.Builder. serverlessCache(ServerlessCache serverlessCache)
Provides the details of the specified serverless cache that is about to be deleted.ModifyServerlessCacheResponse.Builder
ModifyServerlessCacheResponse.Builder. serverlessCache(ServerlessCache serverlessCache)
The response for the attempt to modify the serverless cache.DescribeServerlessCachesResponse.Builder
DescribeServerlessCachesResponse.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.Builder
DescribeServerlessCachesResponse.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.
-