Uses of Class
com.amazonaws.services.ec2.model.DescribeHostsRequest
Packages that use DescribeHostsRequest
-
Uses of DescribeHostsRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type DescribeHostsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.describeHosts
(DescribeHostsRequest request) AmazonEC2.describeHosts
(DescribeHostsRequest describeHostsRequest) Describes one or more of your Dedicated hosts.AmazonEC2Client.describeHosts
(DescribeHostsRequest describeHostsRequest) Describes one or more of your Dedicated hosts.AbstractAmazonEC2Async.describeHostsAsync
(DescribeHostsRequest request) AbstractAmazonEC2Async.describeHostsAsync
(DescribeHostsRequest request, AsyncHandler<DescribeHostsRequest, DescribeHostsResult> asyncHandler) AmazonEC2Async.describeHostsAsync
(DescribeHostsRequest describeHostsRequest) Describes one or more of your Dedicated hosts.AmazonEC2Async.describeHostsAsync
(DescribeHostsRequest describeHostsRequest, AsyncHandler<DescribeHostsRequest, DescribeHostsResult> asyncHandler) Describes one or more of your Dedicated hosts.AmazonEC2AsyncClient.describeHostsAsync
(DescribeHostsRequest request) AmazonEC2AsyncClient.describeHostsAsync
(DescribeHostsRequest request, AsyncHandler<DescribeHostsRequest, DescribeHostsResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeHostsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeHostsAsync
(AsyncHandler<DescribeHostsRequest, DescribeHostsResult> asyncHandler) Simplified method form for invoking the DescribeHosts operation with an AsyncHandler.AbstractAmazonEC2Async.describeHostsAsync
(DescribeHostsRequest request, AsyncHandler<DescribeHostsRequest, DescribeHostsResult> asyncHandler) AmazonEC2Async.describeHostsAsync
(AsyncHandler<DescribeHostsRequest, DescribeHostsResult> asyncHandler) Simplified method form for invoking the DescribeHosts operation with an AsyncHandler.AmazonEC2Async.describeHostsAsync
(DescribeHostsRequest describeHostsRequest, AsyncHandler<DescribeHostsRequest, DescribeHostsResult> asyncHandler) Describes one or more of your Dedicated hosts.AmazonEC2AsyncClient.describeHostsAsync
(AsyncHandler<DescribeHostsRequest, DescribeHostsResult> asyncHandler) Simplified method form for invoking the DescribeHosts operation with an AsyncHandler.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 DescribeHostsRequestModifier and TypeMethodDescriptionDescribeHostsRequest.clone()
DescribeHostsRequest.withFilter
(Filter... filter) One or more filters.DescribeHostsRequest.withFilter
(Collection<Filter> filter) One or more filters.DescribeHostsRequest.withHostIds
(String... hostIds) The IDs of the Dedicated hosts.DescribeHostsRequest.withHostIds
(Collection<String> hostIds) The IDs of the Dedicated hosts.DescribeHostsRequest.withMaxResults
(Integer maxResults) The maximum number of results to return for the request in a single page.DescribeHostsRequest.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 DescribeHostsRequestModifier and TypeMethodDescriptionDescribeHostsRequest.getDryRunRequest()
This method is intended for internal use only.