Uses of Class
com.amazonaws.services.ec2.model.DescribeHostsRequest
-
Packages that use DescribeHostsRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DescribeHostsRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeHostsRequest 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 DescribeHostsRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeHostsRequest Modifier and Type Method Description DescribeHostsRequestDescribeHostsRequest. clone()DescribeHostsRequestDescribeHostsRequest. withFilter(Filter... filter)One or more filters.DescribeHostsRequestDescribeHostsRequest. withFilter(Collection<Filter> filter)One or more filters.DescribeHostsRequestDescribeHostsRequest. withHostIds(String... hostIds)The IDs of the Dedicated hosts.DescribeHostsRequestDescribeHostsRequest. withHostIds(Collection<String> hostIds)The IDs of the Dedicated hosts.DescribeHostsRequestDescribeHostsRequest. withMaxResults(Integer maxResults)The maximum number of results to return for the request in a single page.DescribeHostsRequestDescribeHostsRequest. withNextToken(String nextToken)The token to retrieve the next page of results.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DescribeHostsRequest Modifier and Type Method Description Request<DescribeHostsRequest>DescribeHostsRequest. getDryRunRequest()This method is intended for internal use only.
-