Uses of Class
software.amazon.awssdk.services.autoscaling.model.BatchPutScheduledUpdateGroupActionRequest
-
Packages that use BatchPutScheduledUpdateGroupActionRequest Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.transform -
-
Uses of BatchPutScheduledUpdateGroupActionRequest in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling with parameters of type BatchPutScheduledUpdateGroupActionRequest Modifier and Type Method Description default CompletableFuture<BatchPutScheduledUpdateGroupActionResponse>AutoScalingAsyncClient. batchPutScheduledUpdateGroupAction(BatchPutScheduledUpdateGroupActionRequest 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. -
Uses of BatchPutScheduledUpdateGroupActionRequest in software.amazon.awssdk.services.autoscaling.transform
Methods in software.amazon.awssdk.services.autoscaling.transform with parameters of type BatchPutScheduledUpdateGroupActionRequest Modifier and Type Method Description SdkHttpFullRequestBatchPutScheduledUpdateGroupActionRequestMarshaller. marshall(BatchPutScheduledUpdateGroupActionRequest batchPutScheduledUpdateGroupActionRequest)
-