Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.DescribeInstancesHealthResponse
-
Packages that use DescribeInstancesHealthResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of DescribeInstancesHealthResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return DescribeInstancesHealthResponse Modifier and Type Method Description default DescribeInstancesHealthResponseElasticBeanstalkClient. describeInstancesHealth(Consumer<DescribeInstancesHealthRequest.Builder> describeInstancesHealthRequest)Retrieves detailed information about the health of instances in your AWS Elastic Beanstalk.default DescribeInstancesHealthResponseElasticBeanstalkClient. describeInstancesHealth(DescribeInstancesHealthRequest describeInstancesHealthRequest)Retrieves detailed information about the health of instances in your AWS Elastic Beanstalk.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type DescribeInstancesHealthResponse Modifier and Type Method Description default CompletableFuture<DescribeInstancesHealthResponse>ElasticBeanstalkAsyncClient. describeInstancesHealth(Consumer<DescribeInstancesHealthRequest.Builder> describeInstancesHealthRequest)Retrieves detailed information about the health of instances in your AWS Elastic Beanstalk.default CompletableFuture<DescribeInstancesHealthResponse>ElasticBeanstalkAsyncClient. describeInstancesHealth(DescribeInstancesHealthRequest describeInstancesHealthRequest)Retrieves detailed information about the health of instances in your AWS Elastic Beanstalk.
-