Uses of Interface
software.amazon.awssdk.services.autoscaling.model.SetDesiredCapacityRequest.Builder
-
Packages that use SetDesiredCapacityRequest.Builder Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.model -
-
Uses of SetDesiredCapacityRequest.Builder in software.amazon.awssdk.services.autoscaling
Method parameters in software.amazon.awssdk.services.autoscaling with type arguments of type SetDesiredCapacityRequest.Builder Modifier and Type Method Description default CompletableFuture<SetDesiredCapacityResponse>AutoScalingAsyncClient. setDesiredCapacity(Consumer<SetDesiredCapacityRequest.Builder> setDesiredCapacityRequest)Sets the size of the specified Auto Scaling group.default SetDesiredCapacityResponseAutoScalingClient. setDesiredCapacity(Consumer<SetDesiredCapacityRequest.Builder> setDesiredCapacityRequest)Sets the size of the specified Auto Scaling group. -
Uses of SetDesiredCapacityRequest.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return SetDesiredCapacityRequest.Builder Modifier and Type Method Description SetDesiredCapacityRequest.BuilderSetDesiredCapacityRequest.Builder. autoScalingGroupName(String autoScalingGroupName)The name of the Auto Scaling group.static SetDesiredCapacityRequest.BuilderSetDesiredCapacityRequest. builder()SetDesiredCapacityRequest.BuilderSetDesiredCapacityRequest.Builder. desiredCapacity(Integer desiredCapacity)The desired capacity is the initial capacity of the Auto Scaling group after this operation completes and the capacity it attempts to maintain.SetDesiredCapacityRequest.BuilderSetDesiredCapacityRequest.Builder. honorCooldown(Boolean honorCooldown)Indicates whether Amazon EC2 Auto Scaling waits for the cooldown period to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity.SetDesiredCapacityRequest.BuilderSetDesiredCapacityRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SetDesiredCapacityRequest.BuilderSetDesiredCapacityRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SetDesiredCapacityRequest.BuilderSetDesiredCapacityRequest. toBuilder()Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type SetDesiredCapacityRequest.Builder Modifier and Type Method Description static Class<? extends SetDesiredCapacityRequest.Builder>SetDesiredCapacityRequest. serializableBuilderClass()
-