Uses of Interface
software.amazon.awssdk.services.autoscaling.model.RollbackInstanceRefreshRequest.Builder
-
Packages that use RollbackInstanceRefreshRequest.Builder Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.model -
-
Uses of RollbackInstanceRefreshRequest.Builder in software.amazon.awssdk.services.autoscaling
Method parameters in software.amazon.awssdk.services.autoscaling with type arguments of type RollbackInstanceRefreshRequest.Builder Modifier and Type Method Description default CompletableFuture<RollbackInstanceRefreshResponse>AutoScalingAsyncClient. rollbackInstanceRefresh(Consumer<RollbackInstanceRefreshRequest.Builder> rollbackInstanceRefreshRequest)Cancels an instance refresh that is in progress and rolls back any changes that it made.default RollbackInstanceRefreshResponseAutoScalingClient. rollbackInstanceRefresh(Consumer<RollbackInstanceRefreshRequest.Builder> rollbackInstanceRefreshRequest)Cancels an instance refresh that is in progress and rolls back any changes that it made. -
Uses of RollbackInstanceRefreshRequest.Builder in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return RollbackInstanceRefreshRequest.Builder Modifier and Type Method Description RollbackInstanceRefreshRequest.BuilderRollbackInstanceRefreshRequest.Builder. autoScalingGroupName(String autoScalingGroupName)The name of the Auto Scaling group.static RollbackInstanceRefreshRequest.BuilderRollbackInstanceRefreshRequest. builder()RollbackInstanceRefreshRequest.BuilderRollbackInstanceRefreshRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RollbackInstanceRefreshRequest.BuilderRollbackInstanceRefreshRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RollbackInstanceRefreshRequest.BuilderRollbackInstanceRefreshRequest. toBuilder()Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type RollbackInstanceRefreshRequest.Builder Modifier and Type Method Description static Class<? extends RollbackInstanceRefreshRequest.Builder>RollbackInstanceRefreshRequest. serializableBuilderClass()
-