Uses of Class
software.amazon.awssdk.services.elasticache.model.ModifyServerlessCacheRequest
-
Packages that use ModifyServerlessCacheRequest Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.transform -
-
Uses of ModifyServerlessCacheRequest in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache with parameters of type ModifyServerlessCacheRequest Modifier and Type Method Description default CompletableFuture<ModifyServerlessCacheResponse>
ElastiCacheAsyncClient. modifyServerlessCache(ModifyServerlessCacheRequest 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. -
Uses of ModifyServerlessCacheRequest in software.amazon.awssdk.services.elasticache.transform
Methods in software.amazon.awssdk.services.elasticache.transform with parameters of type ModifyServerlessCacheRequest Modifier and Type Method Description SdkHttpFullRequest
ModifyServerlessCacheRequestMarshaller. marshall(ModifyServerlessCacheRequest modifyServerlessCacheRequest)
-