Uses of Class
com.amazonaws.services.ec2.model.DescribeInstancesResult
Packages that use DescribeInstancesResult
-
Uses of DescribeInstancesResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DescribeInstancesResultModifier and TypeMethodDescriptionAbstractAmazonEC2.describeInstances()
AbstractAmazonEC2.describeInstances
(DescribeInstancesRequest request) AmazonEC2.describeInstances()
Simplified method form for invoking the DescribeInstances operation.AmazonEC2.describeInstances
(DescribeInstancesRequest describeInstancesRequest) Describes one or more of your instances.AmazonEC2Client.describeInstances()
AmazonEC2Client.describeInstances
(DescribeInstancesRequest describeInstancesRequest) Describes one or more of your instances.Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeInstancesResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeInstancesAsync()
Simplified method form for invoking the DescribeInstances operation.AbstractAmazonEC2Async.describeInstancesAsync
(AsyncHandler<DescribeInstancesRequest, DescribeInstancesResult> asyncHandler) Simplified method form for invoking the DescribeInstances operation with an AsyncHandler.AbstractAmazonEC2Async.describeInstancesAsync
(DescribeInstancesRequest request) AbstractAmazonEC2Async.describeInstancesAsync
(DescribeInstancesRequest request, AsyncHandler<DescribeInstancesRequest, DescribeInstancesResult> asyncHandler) AmazonEC2Async.describeInstancesAsync()
Simplified method form for invoking the DescribeInstances operation.AmazonEC2Async.describeInstancesAsync
(AsyncHandler<DescribeInstancesRequest, DescribeInstancesResult> asyncHandler) Simplified method form for invoking the DescribeInstances operation with an AsyncHandler.AmazonEC2Async.describeInstancesAsync
(DescribeInstancesRequest describeInstancesRequest) Describes one or more of your instances.AmazonEC2Async.describeInstancesAsync
(DescribeInstancesRequest describeInstancesRequest, AsyncHandler<DescribeInstancesRequest, DescribeInstancesResult> asyncHandler) Describes one or more of your instances.AmazonEC2AsyncClient.describeInstancesAsync()
Simplified method form for invoking the DescribeInstances operation.AmazonEC2AsyncClient.describeInstancesAsync
(AsyncHandler<DescribeInstancesRequest, DescribeInstancesResult> asyncHandler) Simplified method form for invoking the DescribeInstances operation with an AsyncHandler.AmazonEC2AsyncClient.describeInstancesAsync
(DescribeInstancesRequest request) AmazonEC2AsyncClient.describeInstancesAsync
(DescribeInstancesRequest request, AsyncHandler<DescribeInstancesRequest, DescribeInstancesResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeInstancesResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeInstancesAsync
(AsyncHandler<DescribeInstancesRequest, DescribeInstancesResult> asyncHandler) Simplified method form for invoking the DescribeInstances operation with an AsyncHandler.AbstractAmazonEC2Async.describeInstancesAsync
(DescribeInstancesRequest request, AsyncHandler<DescribeInstancesRequest, DescribeInstancesResult> asyncHandler) AmazonEC2Async.describeInstancesAsync
(AsyncHandler<DescribeInstancesRequest, DescribeInstancesResult> asyncHandler) Simplified method form for invoking the DescribeInstances operation with an AsyncHandler.AmazonEC2Async.describeInstancesAsync
(DescribeInstancesRequest describeInstancesRequest, AsyncHandler<DescribeInstancesRequest, DescribeInstancesResult> asyncHandler) Describes one or more of your instances.AmazonEC2AsyncClient.describeInstancesAsync
(AsyncHandler<DescribeInstancesRequest, DescribeInstancesResult> asyncHandler) Simplified method form for invoking the DescribeInstances operation with an AsyncHandler.AmazonEC2AsyncClient.describeInstancesAsync
(DescribeInstancesRequest request, AsyncHandler<DescribeInstancesRequest, DescribeInstancesResult> asyncHandler) -
Uses of DescribeInstancesResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeInstancesResultModifier and TypeMethodDescriptionDescribeInstancesResult.clone()
DescribeInstancesResult.withNextToken
(String nextToken) The token to use to retrieve the next page of results.DescribeInstancesResult.withReservations
(Reservation... reservations) Zero or more reservations.DescribeInstancesResult.withReservations
(Collection<Reservation> reservations) Zero or more reservations.