Uses of Class
software.amazon.awssdk.services.elasticache.model.BatchStopUpdateActionResponse
-
Packages that use BatchStopUpdateActionResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of BatchStopUpdateActionResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return BatchStopUpdateActionResponse Modifier and Type Method Description default BatchStopUpdateActionResponseElastiCacheClient. batchStopUpdateAction(Consumer<BatchStopUpdateActionRequest.Builder> batchStopUpdateActionRequest)Stop the service update.default BatchStopUpdateActionResponseElastiCacheClient. batchStopUpdateAction(BatchStopUpdateActionRequest batchStopUpdateActionRequest)Stop the service update.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type BatchStopUpdateActionResponse Modifier and Type Method Description default CompletableFuture<BatchStopUpdateActionResponse>ElastiCacheAsyncClient. batchStopUpdateAction(Consumer<BatchStopUpdateActionRequest.Builder> batchStopUpdateActionRequest)Stop the service update.default CompletableFuture<BatchStopUpdateActionResponse>ElastiCacheAsyncClient. batchStopUpdateAction(BatchStopUpdateActionRequest batchStopUpdateActionRequest)Stop the service update.
-