Uses of Interface
software.amazon.awssdk.services.autoscaling.model.ExitStandbyRequest.Builder
-
Packages that use ExitStandbyRequest.Builder Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.model -
-
Uses of ExitStandbyRequest.Builder in software.amazon.awssdk.services.autoscaling
Method parameters in software.amazon.awssdk.services.autoscaling with type arguments of type ExitStandbyRequest.Builder Modifier and Type Method Description default CompletableFuture<ExitStandbyResponse>AutoScalingAsyncClient. exitStandby(Consumer<ExitStandbyRequest.Builder> exitStandbyRequest)Moves the specified instances out of the standby state.default ExitStandbyResponseAutoScalingClient. exitStandby(Consumer<ExitStandbyRequest.Builder> exitStandbyRequest)Moves the specified instances out of the standby state. -
Uses of ExitStandbyRequest.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return ExitStandbyRequest.Builder Modifier and Type Method Description ExitStandbyRequest.BuilderExitStandbyRequest.Builder. autoScalingGroupName(String autoScalingGroupName)The name of the Auto Scaling group.static ExitStandbyRequest.BuilderExitStandbyRequest. builder()ExitStandbyRequest.BuilderExitStandbyRequest.Builder. instanceIds(String... instanceIds)The IDs of the instances.ExitStandbyRequest.BuilderExitStandbyRequest.Builder. instanceIds(Collection<String> instanceIds)The IDs of the instances.ExitStandbyRequest.BuilderExitStandbyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ExitStandbyRequest.BuilderExitStandbyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ExitStandbyRequest.BuilderExitStandbyRequest. toBuilder()Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type ExitStandbyRequest.Builder Modifier and Type Method Description static Class<? extends ExitStandbyRequest.Builder>ExitStandbyRequest. serializableBuilderClass()
-