Uses of Class
software.amazon.awssdk.services.autoscaling.model.SetDesiredCapacityRequest
-
Packages that use SetDesiredCapacityRequest Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.transform -
-
Uses of SetDesiredCapacityRequest in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling with parameters of type SetDesiredCapacityRequest Modifier and Type Method Description default CompletableFuture<SetDesiredCapacityResponse>AutoScalingAsyncClient. setDesiredCapacity(SetDesiredCapacityRequest setDesiredCapacityRequest)Sets the size of the specified Auto Scaling group.default SetDesiredCapacityResponseAutoScalingClient. setDesiredCapacity(SetDesiredCapacityRequest setDesiredCapacityRequest)Sets the size of the specified Auto Scaling group. -
Uses of SetDesiredCapacityRequest in software.amazon.awssdk.services.autoscaling.transform
Methods in software.amazon.awssdk.services.autoscaling.transform with parameters of type SetDesiredCapacityRequest Modifier and Type Method Description SdkHttpFullRequestSetDesiredCapacityRequestMarshaller. marshall(SetDesiredCapacityRequest setDesiredCapacityRequest)
-