Uses of Class
software.amazon.awssdk.services.opsworks.model.SetTimeBasedAutoScalingResponse
-
Packages that use SetTimeBasedAutoScalingResponse Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks -
-
Uses of SetTimeBasedAutoScalingResponse in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks that return SetTimeBasedAutoScalingResponse Modifier and Type Method Description default SetTimeBasedAutoScalingResponseOpsWorksClient. setTimeBasedAutoScaling(Consumer<SetTimeBasedAutoScalingRequest.Builder> setTimeBasedAutoScalingRequest)Specify the time-based auto scaling configuration for a specified instance.default SetTimeBasedAutoScalingResponseOpsWorksClient. setTimeBasedAutoScaling(SetTimeBasedAutoScalingRequest setTimeBasedAutoScalingRequest)Specify the time-based auto scaling configuration for a specified instance.Methods in software.amazon.awssdk.services.opsworks that return types with arguments of type SetTimeBasedAutoScalingResponse Modifier and Type Method Description default CompletableFuture<SetTimeBasedAutoScalingResponse>OpsWorksAsyncClient. setTimeBasedAutoScaling(Consumer<SetTimeBasedAutoScalingRequest.Builder> setTimeBasedAutoScalingRequest)Specify the time-based auto scaling configuration for a specified instance.default CompletableFuture<SetTimeBasedAutoScalingResponse>OpsWorksAsyncClient. setTimeBasedAutoScaling(SetTimeBasedAutoScalingRequest setTimeBasedAutoScalingRequest)Specify the time-based auto scaling configuration for a specified instance.
-