Uses of Interface
software.amazon.awssdk.services.elasticache.model.BatchStopUpdateActionRequest.Builder
-
Packages that use BatchStopUpdateActionRequest.Builder Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.model -
-
Uses of BatchStopUpdateActionRequest.Builder in software.amazon.awssdk.services.elasticache
Method parameters in software.amazon.awssdk.services.elasticache with type arguments of type BatchStopUpdateActionRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchStopUpdateActionResponse>ElastiCacheAsyncClient. batchStopUpdateAction(Consumer<BatchStopUpdateActionRequest.Builder> batchStopUpdateActionRequest)Stop the service update.default BatchStopUpdateActionResponseElastiCacheClient. batchStopUpdateAction(Consumer<BatchStopUpdateActionRequest.Builder> batchStopUpdateActionRequest)Stop the service update. -
Uses of BatchStopUpdateActionRequest.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return BatchStopUpdateActionRequest.Builder Modifier and Type Method Description static BatchStopUpdateActionRequest.BuilderBatchStopUpdateActionRequest. builder()BatchStopUpdateActionRequest.BuilderBatchStopUpdateActionRequest.Builder. cacheClusterIds(String... cacheClusterIds)The cache cluster IDsBatchStopUpdateActionRequest.BuilderBatchStopUpdateActionRequest.Builder. cacheClusterIds(Collection<String> cacheClusterIds)The cache cluster IDsBatchStopUpdateActionRequest.BuilderBatchStopUpdateActionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchStopUpdateActionRequest.BuilderBatchStopUpdateActionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchStopUpdateActionRequest.BuilderBatchStopUpdateActionRequest.Builder. replicationGroupIds(String... replicationGroupIds)The replication group IDsBatchStopUpdateActionRequest.BuilderBatchStopUpdateActionRequest.Builder. replicationGroupIds(Collection<String> replicationGroupIds)The replication group IDsBatchStopUpdateActionRequest.BuilderBatchStopUpdateActionRequest.Builder. serviceUpdateName(String serviceUpdateName)The unique ID of the service updateBatchStopUpdateActionRequest.BuilderBatchStopUpdateActionRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type BatchStopUpdateActionRequest.Builder Modifier and Type Method Description static Class<? extends BatchStopUpdateActionRequest.Builder>BatchStopUpdateActionRequest. serializableBuilderClass()
-