Uses of Class
software.amazon.awssdk.services.elasticache.model.ModifyServerlessCacheResponse
-
Packages that use ModifyServerlessCacheResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of ModifyServerlessCacheResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return ModifyServerlessCacheResponse Modifier and Type Method Description default ModifyServerlessCacheResponse
ElastiCacheClient. modifyServerlessCache(Consumer<ModifyServerlessCacheRequest.Builder> modifyServerlessCacheRequest)
This API modifies the attributes of a serverless cache.default ModifyServerlessCacheResponse
ElastiCacheClient. modifyServerlessCache(ModifyServerlessCacheRequest modifyServerlessCacheRequest)
This API modifies the attributes of a serverless cache.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type ModifyServerlessCacheResponse Modifier and Type Method Description default CompletableFuture<ModifyServerlessCacheResponse>
ElastiCacheAsyncClient. modifyServerlessCache(Consumer<ModifyServerlessCacheRequest.Builder> modifyServerlessCacheRequest)
This API modifies the attributes of a serverless cache.default CompletableFuture<ModifyServerlessCacheResponse>
ElastiCacheAsyncClient. modifyServerlessCache(ModifyServerlessCacheRequest modifyServerlessCacheRequest)
This API modifies the attributes of a serverless cache.
-