Uses of Interface
software.amazon.awssdk.services.autoscaling.model.EnterStandbyRequest.Builder
-
Packages that use EnterStandbyRequest.Builder Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.model -
-
Uses of EnterStandbyRequest.Builder in software.amazon.awssdk.services.autoscaling
Method parameters in software.amazon.awssdk.services.autoscaling with type arguments of type EnterStandbyRequest.Builder Modifier and Type Method Description default CompletableFuture<EnterStandbyResponse>AutoScalingAsyncClient. enterStandby(Consumer<EnterStandbyRequest.Builder> enterStandbyRequest)Moves the specified instances into the standby state.default EnterStandbyResponseAutoScalingClient. enterStandby(Consumer<EnterStandbyRequest.Builder> enterStandbyRequest)Moves the specified instances into the standby state. -
Uses of EnterStandbyRequest.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return EnterStandbyRequest.Builder Modifier and Type Method Description EnterStandbyRequest.BuilderEnterStandbyRequest.Builder. autoScalingGroupName(String autoScalingGroupName)The name of the Auto Scaling group.static EnterStandbyRequest.BuilderEnterStandbyRequest. builder()EnterStandbyRequest.BuilderEnterStandbyRequest.Builder. instanceIds(String... instanceIds)The IDs of the instances.EnterStandbyRequest.BuilderEnterStandbyRequest.Builder. instanceIds(Collection<String> instanceIds)The IDs of the instances.EnterStandbyRequest.BuilderEnterStandbyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)EnterStandbyRequest.BuilderEnterStandbyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)EnterStandbyRequest.BuilderEnterStandbyRequest.Builder. shouldDecrementDesiredCapacity(Boolean shouldDecrementDesiredCapacity)Indicates whether to decrement the desired capacity of the Auto Scaling group by the number of instances moved toStandbymode.EnterStandbyRequest.BuilderEnterStandbyRequest. toBuilder()Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type EnterStandbyRequest.Builder Modifier and Type Method Description static Class<? extends EnterStandbyRequest.Builder>EnterStandbyRequest. serializableBuilderClass()
-