Uses of Class
software.amazon.awssdk.services.autoscaling.model.PutScheduledUpdateGroupActionResponse
-
Packages that use PutScheduledUpdateGroupActionResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling -
-
Uses of PutScheduledUpdateGroupActionResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return PutScheduledUpdateGroupActionResponse Modifier and Type Method Description default PutScheduledUpdateGroupActionResponseAutoScalingClient. putScheduledUpdateGroupAction(Consumer<PutScheduledUpdateGroupActionRequest.Builder> putScheduledUpdateGroupActionRequest)Creates or updates a scheduled scaling action for an Auto Scaling group.default PutScheduledUpdateGroupActionResponseAutoScalingClient. putScheduledUpdateGroupAction(PutScheduledUpdateGroupActionRequest putScheduledUpdateGroupActionRequest)Creates or updates a scheduled scaling action for an Auto Scaling group.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type PutScheduledUpdateGroupActionResponse Modifier and Type Method Description default CompletableFuture<PutScheduledUpdateGroupActionResponse>AutoScalingAsyncClient. putScheduledUpdateGroupAction(Consumer<PutScheduledUpdateGroupActionRequest.Builder> putScheduledUpdateGroupActionRequest)Creates or updates a scheduled scaling action for an Auto Scaling group.default CompletableFuture<PutScheduledUpdateGroupActionResponse>AutoScalingAsyncClient. putScheduledUpdateGroupAction(PutScheduledUpdateGroupActionRequest putScheduledUpdateGroupActionRequest)Creates or updates a scheduled scaling action for an Auto Scaling group.
-