Uses of Class
com.amazonaws.services.elasticbeanstalk.model.DescribeInstancesHealthResult
Packages that use DescribeInstancesHealthResult
Package
Description
-
Uses of DescribeInstancesHealthResult in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk that return DescribeInstancesHealthResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalk.describeInstancesHealth
(DescribeInstancesHealthRequest request) AWSElasticBeanstalk.describeInstancesHealth
(DescribeInstancesHealthRequest describeInstancesHealthRequest) Returns more detailed information about the health of the specified instances (for example, CPU utilization, load average, and causes).AWSElasticBeanstalkClient.describeInstancesHealth
(DescribeInstancesHealthRequest describeInstancesHealthRequest) Returns more detailed information about the health of the specified instances (for example, CPU utilization, load average, and causes).Methods in com.amazonaws.services.elasticbeanstalk that return types with arguments of type DescribeInstancesHealthResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.describeInstancesHealthAsync
(DescribeInstancesHealthRequest request) AbstractAWSElasticBeanstalkAsync.describeInstancesHealthAsync
(DescribeInstancesHealthRequest request, AsyncHandler<DescribeInstancesHealthRequest, DescribeInstancesHealthResult> asyncHandler) AWSElasticBeanstalkAsync.describeInstancesHealthAsync
(DescribeInstancesHealthRequest describeInstancesHealthRequest) Returns more detailed information about the health of the specified instances (for example, CPU utilization, load average, and causes).AWSElasticBeanstalkAsync.describeInstancesHealthAsync
(DescribeInstancesHealthRequest describeInstancesHealthRequest, AsyncHandler<DescribeInstancesHealthRequest, DescribeInstancesHealthResult> asyncHandler) Returns more detailed information about the health of the specified instances (for example, CPU utilization, load average, and causes).AWSElasticBeanstalkAsyncClient.describeInstancesHealthAsync
(DescribeInstancesHealthRequest request) AWSElasticBeanstalkAsyncClient.describeInstancesHealthAsync
(DescribeInstancesHealthRequest request, AsyncHandler<DescribeInstancesHealthRequest, DescribeInstancesHealthResult> asyncHandler) Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type DescribeInstancesHealthResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.describeInstancesHealthAsync
(DescribeInstancesHealthRequest request, AsyncHandler<DescribeInstancesHealthRequest, DescribeInstancesHealthResult> asyncHandler) AWSElasticBeanstalkAsync.describeInstancesHealthAsync
(DescribeInstancesHealthRequest describeInstancesHealthRequest, AsyncHandler<DescribeInstancesHealthRequest, DescribeInstancesHealthResult> asyncHandler) Returns more detailed information about the health of the specified instances (for example, CPU utilization, load average, and causes).AWSElasticBeanstalkAsyncClient.describeInstancesHealthAsync
(DescribeInstancesHealthRequest request, AsyncHandler<DescribeInstancesHealthRequest, DescribeInstancesHealthResult> asyncHandler) -
Uses of DescribeInstancesHealthResult in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return DescribeInstancesHealthResultModifier and TypeMethodDescriptionDescribeInstancesHealthResult.clone()
DescribeInstancesHealthResult.withInstanceHealthList
(SingleInstanceHealth... instanceHealthList) Contains the response body with information about the health of the instance.DescribeInstancesHealthResult.withInstanceHealthList
(Collection<SingleInstanceHealth> instanceHealthList) Contains the response body with information about the health of the instance.DescribeInstancesHealthResult.withNextToken
(String nextToken) The next token.DescribeInstancesHealthResult.withRefreshedAt
(Date refreshedAt) The date and time the information was last refreshed.