Uses of Class
com.amazonaws.services.ec2.model.DescribeHostsResult
-
Packages that use DescribeHostsResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DescribeHostsResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DescribeHostsResult Modifier and Type Method Description DescribeHostsResultAbstractAmazonEC2. describeHosts()DescribeHostsResultAbstractAmazonEC2. describeHosts(DescribeHostsRequest request)DescribeHostsResultAmazonEC2. describeHosts()Simplified method form for invoking the DescribeHosts operation.DescribeHostsResultAmazonEC2. describeHosts(DescribeHostsRequest describeHostsRequest)Describes one or more of your Dedicated hosts.DescribeHostsResultAmazonEC2Client. describeHosts()DescribeHostsResultAmazonEC2Client. describeHosts(DescribeHostsRequest describeHostsRequest)Describes one or more of your Dedicated hosts.Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeHostsResult Modifier and Type Method Description Future<DescribeHostsResult>AbstractAmazonEC2Async. describeHostsAsync()Simplified method form for invoking the DescribeHosts operation.Future<DescribeHostsResult>AbstractAmazonEC2Async. describeHostsAsync(AsyncHandler<DescribeHostsRequest,DescribeHostsResult> asyncHandler)Simplified method form for invoking the DescribeHosts operation with an AsyncHandler.Future<DescribeHostsResult>AbstractAmazonEC2Async. describeHostsAsync(DescribeHostsRequest request)Future<DescribeHostsResult>AbstractAmazonEC2Async. describeHostsAsync(DescribeHostsRequest request, AsyncHandler<DescribeHostsRequest,DescribeHostsResult> asyncHandler)Future<DescribeHostsResult>AmazonEC2Async. describeHostsAsync()Simplified method form for invoking the DescribeHosts operation.Future<DescribeHostsResult>AmazonEC2Async. describeHostsAsync(AsyncHandler<DescribeHostsRequest,DescribeHostsResult> asyncHandler)Simplified method form for invoking the DescribeHosts operation with an AsyncHandler.Future<DescribeHostsResult>AmazonEC2Async. describeHostsAsync(DescribeHostsRequest describeHostsRequest)Describes one or more of your Dedicated hosts.Future<DescribeHostsResult>AmazonEC2Async. describeHostsAsync(DescribeHostsRequest describeHostsRequest, AsyncHandler<DescribeHostsRequest,DescribeHostsResult> asyncHandler)Describes one or more of your Dedicated hosts.Future<DescribeHostsResult>AmazonEC2AsyncClient. describeHostsAsync()Simplified method form for invoking the DescribeHosts operation.Future<DescribeHostsResult>AmazonEC2AsyncClient. describeHostsAsync(AsyncHandler<DescribeHostsRequest,DescribeHostsResult> asyncHandler)Simplified method form for invoking the DescribeHosts operation with an AsyncHandler.Future<DescribeHostsResult>AmazonEC2AsyncClient. describeHostsAsync(DescribeHostsRequest request)Future<DescribeHostsResult>AmazonEC2AsyncClient. describeHostsAsync(DescribeHostsRequest request, AsyncHandler<DescribeHostsRequest,DescribeHostsResult> asyncHandler)Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeHostsResult Modifier and Type Method Description Future<DescribeHostsResult>AbstractAmazonEC2Async. describeHostsAsync(AsyncHandler<DescribeHostsRequest,DescribeHostsResult> asyncHandler)Simplified method form for invoking the DescribeHosts operation with an AsyncHandler.Future<DescribeHostsResult>AbstractAmazonEC2Async. describeHostsAsync(DescribeHostsRequest request, AsyncHandler<DescribeHostsRequest,DescribeHostsResult> asyncHandler)Future<DescribeHostsResult>AmazonEC2Async. describeHostsAsync(AsyncHandler<DescribeHostsRequest,DescribeHostsResult> asyncHandler)Simplified method form for invoking the DescribeHosts operation with an AsyncHandler.Future<DescribeHostsResult>AmazonEC2Async. describeHostsAsync(DescribeHostsRequest describeHostsRequest, AsyncHandler<DescribeHostsRequest,DescribeHostsResult> asyncHandler)Describes one or more of your Dedicated hosts.Future<DescribeHostsResult>AmazonEC2AsyncClient. describeHostsAsync(AsyncHandler<DescribeHostsRequest,DescribeHostsResult> asyncHandler)Simplified method form for invoking the DescribeHosts operation with an AsyncHandler.Future<DescribeHostsResult>AmazonEC2AsyncClient. describeHostsAsync(DescribeHostsRequest request, AsyncHandler<DescribeHostsRequest,DescribeHostsResult> asyncHandler) -
Uses of DescribeHostsResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeHostsResult Modifier and Type Method Description DescribeHostsResultDescribeHostsResult. clone()DescribeHostsResultDescribeHostsResult. withHosts(Host... hosts)Information about the Dedicated hosts.DescribeHostsResultDescribeHostsResult. withHosts(Collection<Host> hosts)Information about the Dedicated hosts.DescribeHostsResultDescribeHostsResult. withNextToken(String nextToken)The token to use to retrieve the next page of results.
-