Uses of Class
software.amazon.awssdk.services.elasticache.model.BatchStopUpdateActionRequest
-
Packages that use BatchStopUpdateActionRequest Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.transform -
-
Uses of BatchStopUpdateActionRequest in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache with parameters of type BatchStopUpdateActionRequest Modifier and Type Method Description default CompletableFuture<BatchStopUpdateActionResponse>
ElastiCacheAsyncClient. batchStopUpdateAction(BatchStopUpdateActionRequest batchStopUpdateActionRequest)
Stop the service update.default BatchStopUpdateActionResponse
ElastiCacheClient. batchStopUpdateAction(BatchStopUpdateActionRequest batchStopUpdateActionRequest)
Stop the service update. -
Uses of BatchStopUpdateActionRequest in software.amazon.awssdk.services.elasticache.transform
Methods in software.amazon.awssdk.services.elasticache.transform with parameters of type BatchStopUpdateActionRequest Modifier and Type Method Description SdkHttpFullRequest
BatchStopUpdateActionRequestMarshaller. marshall(BatchStopUpdateActionRequest batchStopUpdateActionRequest)
-