Uses of Class
com.amazonaws.services.ec2.model.DescribeHostsResult
Packages that use DescribeHostsResult
-
Uses of DescribeHostsResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DescribeHostsResultModifier and TypeMethodDescriptionAbstractAmazonEC2.describeHosts()
AbstractAmazonEC2.describeHosts
(DescribeHostsRequest request) AmazonEC2.describeHosts()
Simplified method form for invoking the DescribeHosts operation.AmazonEC2.describeHosts
(DescribeHostsRequest describeHostsRequest) Describes one or more of your Dedicated hosts.AmazonEC2Client.describeHosts()
AmazonEC2Client.describeHosts
(DescribeHostsRequest describeHostsRequest) Describes one or more of your Dedicated hosts.Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeHostsResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeHostsAsync()
Simplified method form for invoking the DescribeHosts operation.AbstractAmazonEC2Async.describeHostsAsync
(AsyncHandler<DescribeHostsRequest, DescribeHostsResult> asyncHandler) Simplified method form for invoking the DescribeHosts operation with an AsyncHandler.AbstractAmazonEC2Async.describeHostsAsync
(DescribeHostsRequest request) AbstractAmazonEC2Async.describeHostsAsync
(DescribeHostsRequest request, AsyncHandler<DescribeHostsRequest, DescribeHostsResult> asyncHandler) AmazonEC2Async.describeHostsAsync()
Simplified method form for invoking the DescribeHosts operation.AmazonEC2Async.describeHostsAsync
(AsyncHandler<DescribeHostsRequest, DescribeHostsResult> asyncHandler) Simplified method form for invoking the DescribeHosts operation with an 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()
Simplified method form for invoking the DescribeHosts operation.AmazonEC2AsyncClient.describeHostsAsync
(AsyncHandler<DescribeHostsRequest, DescribeHostsResult> asyncHandler) Simplified method form for invoking the DescribeHosts operation with an AsyncHandler.AmazonEC2AsyncClient.describeHostsAsync
(DescribeHostsRequest request) AmazonEC2AsyncClient.describeHostsAsync
(DescribeHostsRequest request, AsyncHandler<DescribeHostsRequest, DescribeHostsResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeHostsResultModifier 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 DescribeHostsResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeHostsResultModifier and TypeMethodDescriptionDescribeHostsResult.clone()
Information about the Dedicated hosts.DescribeHostsResult.withHosts
(Collection<Host> hosts) Information about the Dedicated hosts.DescribeHostsResult.withNextToken
(String nextToken) The token to use to retrieve the next page of results.