Uses of Class
software.amazon.awssdk.services.autoscaling.model.BatchPutScheduledUpdateGroupActionResponse
-
Packages that use BatchPutScheduledUpdateGroupActionResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling -
-
Uses of BatchPutScheduledUpdateGroupActionResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return BatchPutScheduledUpdateGroupActionResponse Modifier and Type Method Description default BatchPutScheduledUpdateGroupActionResponseAutoScalingClient. batchPutScheduledUpdateGroupAction(Consumer<BatchPutScheduledUpdateGroupActionRequest.Builder> batchPutScheduledUpdateGroupActionRequest)Creates or updates one or more scheduled scaling actions for an Auto Scaling group.default BatchPutScheduledUpdateGroupActionResponseAutoScalingClient. batchPutScheduledUpdateGroupAction(BatchPutScheduledUpdateGroupActionRequest batchPutScheduledUpdateGroupActionRequest)Creates or updates one or more scheduled scaling actions for an Auto Scaling group.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type BatchPutScheduledUpdateGroupActionResponse Modifier and Type Method Description default CompletableFuture<BatchPutScheduledUpdateGroupActionResponse>AutoScalingAsyncClient. batchPutScheduledUpdateGroupAction(Consumer<BatchPutScheduledUpdateGroupActionRequest.Builder> batchPutScheduledUpdateGroupActionRequest)Creates or updates one or more scheduled scaling actions for an Auto Scaling group.default CompletableFuture<BatchPutScheduledUpdateGroupActionResponse>AutoScalingAsyncClient. batchPutScheduledUpdateGroupAction(BatchPutScheduledUpdateGroupActionRequest batchPutScheduledUpdateGroupActionRequest)Creates or updates one or more scheduled scaling actions for an Auto Scaling group.
-