Uses of Class
com.amazonaws.services.autoscaling.model.SetInstanceProtectionRequest
Packages that use SetInstanceProtectionRequest
-
Uses of SetInstanceProtectionRequest in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling with parameters of type SetInstanceProtectionRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScaling.setInstanceProtection(SetInstanceProtectionRequest request) AmazonAutoScaling.setInstanceProtection(SetInstanceProtectionRequest setInstanceProtectionRequest) Updates the instance protection settings of the specified instances.AmazonAutoScalingClient.setInstanceProtection(SetInstanceProtectionRequest setInstanceProtectionRequest) Updates the instance protection settings of the specified instances.AbstractAmazonAutoScalingAsync.setInstanceProtectionAsync(SetInstanceProtectionRequest request) AbstractAmazonAutoScalingAsync.setInstanceProtectionAsync(SetInstanceProtectionRequest request, AsyncHandler<SetInstanceProtectionRequest, SetInstanceProtectionResult> asyncHandler) AmazonAutoScalingAsync.setInstanceProtectionAsync(SetInstanceProtectionRequest setInstanceProtectionRequest) Updates the instance protection settings of the specified instances.AmazonAutoScalingAsync.setInstanceProtectionAsync(SetInstanceProtectionRequest setInstanceProtectionRequest, AsyncHandler<SetInstanceProtectionRequest, SetInstanceProtectionResult> asyncHandler) Updates the instance protection settings of the specified instances.AmazonAutoScalingAsyncClient.setInstanceProtectionAsync(SetInstanceProtectionRequest request) AmazonAutoScalingAsyncClient.setInstanceProtectionAsync(SetInstanceProtectionRequest request, AsyncHandler<SetInstanceProtectionRequest, SetInstanceProtectionResult> asyncHandler) Method parameters in com.amazonaws.services.autoscaling with type arguments of type SetInstanceProtectionRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.setInstanceProtectionAsync(SetInstanceProtectionRequest request, AsyncHandler<SetInstanceProtectionRequest, SetInstanceProtectionResult> asyncHandler) AmazonAutoScalingAsync.setInstanceProtectionAsync(SetInstanceProtectionRequest setInstanceProtectionRequest, AsyncHandler<SetInstanceProtectionRequest, SetInstanceProtectionResult> asyncHandler) Updates the instance protection settings of the specified instances.AmazonAutoScalingAsyncClient.setInstanceProtectionAsync(SetInstanceProtectionRequest request, AsyncHandler<SetInstanceProtectionRequest, SetInstanceProtectionResult> asyncHandler) -
Uses of SetInstanceProtectionRequest in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return SetInstanceProtectionRequestModifier and TypeMethodDescriptionSetInstanceProtectionRequest.clone()SetInstanceProtectionRequest.withAutoScalingGroupName(String autoScalingGroupName) The name of the group.SetInstanceProtectionRequest.withInstanceIds(String... instanceIds) One or more instance IDs.SetInstanceProtectionRequest.withInstanceIds(Collection<String> instanceIds) One or more instance IDs.SetInstanceProtectionRequest.withProtectedFromScaleIn(Boolean protectedFromScaleIn) Indicates whether the instance is protected from termination by Auto Scaling when scaling in.