Uses of Interface
software.amazon.awssdk.services.elasticache.model.BatchApplyUpdateActionRequest.Builder
-
Packages that use BatchApplyUpdateActionRequest.Builder Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.model -
-
Uses of BatchApplyUpdateActionRequest.Builder in software.amazon.awssdk.services.elasticache
Method parameters in software.amazon.awssdk.services.elasticache with type arguments of type BatchApplyUpdateActionRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchApplyUpdateActionResponse>ElastiCacheAsyncClient. batchApplyUpdateAction(Consumer<BatchApplyUpdateActionRequest.Builder> batchApplyUpdateActionRequest)Apply the service update.default BatchApplyUpdateActionResponseElastiCacheClient. batchApplyUpdateAction(Consumer<BatchApplyUpdateActionRequest.Builder> batchApplyUpdateActionRequest)Apply the service update. -
Uses of BatchApplyUpdateActionRequest.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return BatchApplyUpdateActionRequest.Builder Modifier and Type Method Description static BatchApplyUpdateActionRequest.BuilderBatchApplyUpdateActionRequest. builder()BatchApplyUpdateActionRequest.BuilderBatchApplyUpdateActionRequest.Builder. cacheClusterIds(String... cacheClusterIds)The cache cluster IDsBatchApplyUpdateActionRequest.BuilderBatchApplyUpdateActionRequest.Builder. cacheClusterIds(Collection<String> cacheClusterIds)The cache cluster IDsBatchApplyUpdateActionRequest.BuilderBatchApplyUpdateActionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchApplyUpdateActionRequest.BuilderBatchApplyUpdateActionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchApplyUpdateActionRequest.BuilderBatchApplyUpdateActionRequest.Builder. replicationGroupIds(String... replicationGroupIds)The replication group IDsBatchApplyUpdateActionRequest.BuilderBatchApplyUpdateActionRequest.Builder. replicationGroupIds(Collection<String> replicationGroupIds)The replication group IDsBatchApplyUpdateActionRequest.BuilderBatchApplyUpdateActionRequest.Builder. serviceUpdateName(String serviceUpdateName)The unique ID of the service updateBatchApplyUpdateActionRequest.BuilderBatchApplyUpdateActionRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type BatchApplyUpdateActionRequest.Builder Modifier and Type Method Description static Class<? extends BatchApplyUpdateActionRequest.Builder>BatchApplyUpdateActionRequest. serializableBuilderClass()
-