Uses of Class
software.amazon.awssdk.services.autoscaling.model.SetInstanceProtectionRequest
-
Packages that use SetInstanceProtectionRequest Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.transform -
-
Uses of SetInstanceProtectionRequest in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling with parameters of type SetInstanceProtectionRequest Modifier and Type Method Description default CompletableFuture<SetInstanceProtectionResponse>AutoScalingAsyncClient. setInstanceProtection(SetInstanceProtectionRequest setInstanceProtectionRequest)Updates the instance protection settings of the specified instances.default SetInstanceProtectionResponseAutoScalingClient. setInstanceProtection(SetInstanceProtectionRequest setInstanceProtectionRequest)Updates the instance protection settings of the specified instances. -
Uses of SetInstanceProtectionRequest in software.amazon.awssdk.services.autoscaling.transform
Methods in software.amazon.awssdk.services.autoscaling.transform with parameters of type SetInstanceProtectionRequest Modifier and Type Method Description SdkHttpFullRequestSetInstanceProtectionRequestMarshaller. marshall(SetInstanceProtectionRequest setInstanceProtectionRequest)
-