Uses of Class
com.amazonaws.services.autoscaling.model.SetInstanceHealthRequest

Packages that use SetInstanceHealthRequest
com.amazonaws.services.autoscaling Synchronous and asynchronous client classes for accessing AmazonAutoScaling. 
com.amazonaws.services.autoscaling.model Classes modeling the various types represented by AmazonAutoScaling. 
 

Uses of SetInstanceHealthRequest in com.amazonaws.services.autoscaling
 

Methods in com.amazonaws.services.autoscaling with parameters of type SetInstanceHealthRequest
 void AmazonAutoScalingClient.setInstanceHealth(SetInstanceHealthRequest setInstanceHealthRequest)
           Sets the health status of a specified instance that belongs to any of your Auto Scaling groups.
 void AmazonAutoScaling.setInstanceHealth(SetInstanceHealthRequest setInstanceHealthRequest)
           Sets the health status of a specified instance that belongs to any of your Auto Scaling groups.
 Future<Void> AmazonAutoScalingAsyncClient.setInstanceHealthAsync(SetInstanceHealthRequest setInstanceHealthRequest)
           Sets the health status of a specified instance that belongs to any of your Auto Scaling groups.
 Future<Void> AmazonAutoScalingAsync.setInstanceHealthAsync(SetInstanceHealthRequest setInstanceHealthRequest)
           Sets the health status of a specified instance that belongs to any of your Auto Scaling groups.
 Future<Void> AmazonAutoScalingAsyncClient.setInstanceHealthAsync(SetInstanceHealthRequest setInstanceHealthRequest, AsyncHandler<SetInstanceHealthRequest,Void> asyncHandler)
           Sets the health status of a specified instance that belongs to any of your Auto Scaling groups.
 Future<Void> AmazonAutoScalingAsync.setInstanceHealthAsync(SetInstanceHealthRequest setInstanceHealthRequest, AsyncHandler<SetInstanceHealthRequest,Void> asyncHandler)
           Sets the health status of a specified instance that belongs to any of your Auto Scaling groups.
 

Method parameters in com.amazonaws.services.autoscaling with type arguments of type SetInstanceHealthRequest
 Future<Void> AmazonAutoScalingAsyncClient.setInstanceHealthAsync(SetInstanceHealthRequest setInstanceHealthRequest, AsyncHandler<SetInstanceHealthRequest,Void> asyncHandler)
           Sets the health status of a specified instance that belongs to any of your Auto Scaling groups.
 Future<Void> AmazonAutoScalingAsync.setInstanceHealthAsync(SetInstanceHealthRequest setInstanceHealthRequest, AsyncHandler<SetInstanceHealthRequest,Void> asyncHandler)
           Sets the health status of a specified instance that belongs to any of your Auto Scaling groups.
 

Uses of SetInstanceHealthRequest in com.amazonaws.services.autoscaling.model
 

Methods in com.amazonaws.services.autoscaling.model that return SetInstanceHealthRequest
 SetInstanceHealthRequest SetInstanceHealthRequest.withHealthStatus(String healthStatus)
          The health status of the instance.
 SetInstanceHealthRequest SetInstanceHealthRequest.withInstanceId(String instanceId)
          The identifier of the Amazon EC2 instance.
 SetInstanceHealthRequest SetInstanceHealthRequest.withShouldRespectGracePeriod(Boolean shouldRespectGracePeriod)
          If the Auto Scaling group of the specified instance has a HealthCheckGracePeriod specified for the group, by default, this call will respect the grace period.
 



Copyright © 2016. All rights reserved.