Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.PutScheduledActionResponse
-
Packages that use PutScheduledActionResponse Package Description software.amazon.awssdk.services.applicationautoscaling With Application Auto Scaling, you can configure automatic scaling for the following resources: -
-
Uses of PutScheduledActionResponse in software.amazon.awssdk.services.applicationautoscaling
Methods in software.amazon.awssdk.services.applicationautoscaling that return PutScheduledActionResponse Modifier and Type Method Description default PutScheduledActionResponseApplicationAutoScalingClient. putScheduledAction(Consumer<PutScheduledActionRequest.Builder> putScheduledActionRequest)Creates or updates a scheduled action for an Application Auto Scaling scalable target.default PutScheduledActionResponseApplicationAutoScalingClient. putScheduledAction(PutScheduledActionRequest putScheduledActionRequest)Creates or updates a scheduled action for an Application Auto Scaling scalable target.Methods in software.amazon.awssdk.services.applicationautoscaling that return types with arguments of type PutScheduledActionResponse Modifier and Type Method Description default CompletableFuture<PutScheduledActionResponse>ApplicationAutoScalingAsyncClient. putScheduledAction(Consumer<PutScheduledActionRequest.Builder> putScheduledActionRequest)Creates or updates a scheduled action for an Application Auto Scaling scalable target.default CompletableFuture<PutScheduledActionResponse>ApplicationAutoScalingAsyncClient. putScheduledAction(PutScheduledActionRequest putScheduledActionRequest)Creates or updates a scheduled action for an Application Auto Scaling scalable target.
-