| Package | Description |
|---|---|
| com.amazonaws.services.ec2 |
|
| com.amazonaws.services.ec2.model | |
| com.amazonaws.services.ec2.waiters |
| Modifier and Type | Method and Description |
|---|---|
DescribeImagesResult |
AmazonEC2Client.describeImages(DescribeImagesRequest describeImagesRequest)
Describes one or more of the images (AMIs, AKIs, and ARIs) available to
you.
|
DescribeImagesResult |
AmazonEC2.describeImages(DescribeImagesRequest describeImagesRequest)
Describes one or more of the images (AMIs, AKIs, and ARIs) available to
you.
|
DescribeImagesResult |
AbstractAmazonEC2.describeImages(DescribeImagesRequest request) |
Future<DescribeImagesResult> |
AmazonEC2Async.describeImagesAsync(DescribeImagesRequest describeImagesRequest)
Describes one or more of the images (AMIs, AKIs, and ARIs) available to
you.
|
Future<DescribeImagesResult> |
AbstractAmazonEC2Async.describeImagesAsync(DescribeImagesRequest request) |
Future<DescribeImagesResult> |
AmazonEC2AsyncClient.describeImagesAsync(DescribeImagesRequest request) |
Future<DescribeImagesResult> |
AmazonEC2Async.describeImagesAsync(DescribeImagesRequest describeImagesRequest,
AsyncHandler<DescribeImagesRequest,DescribeImagesResult> asyncHandler)
Describes one or more of the images (AMIs, AKIs, and ARIs) available to
you.
|
Future<DescribeImagesResult> |
AbstractAmazonEC2Async.describeImagesAsync(DescribeImagesRequest request,
AsyncHandler<DescribeImagesRequest,DescribeImagesResult> asyncHandler) |
Future<DescribeImagesResult> |
AmazonEC2AsyncClient.describeImagesAsync(DescribeImagesRequest request,
AsyncHandler<DescribeImagesRequest,DescribeImagesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeImagesResult> |
AmazonEC2Async.describeImagesAsync(AsyncHandler<DescribeImagesRequest,DescribeImagesResult> asyncHandler)
Simplified method form for invoking the DescribeImages operation with an
AsyncHandler.
|
Future<DescribeImagesResult> |
AbstractAmazonEC2Async.describeImagesAsync(AsyncHandler<DescribeImagesRequest,DescribeImagesResult> asyncHandler)
Simplified method form for invoking the DescribeImages operation with an
AsyncHandler.
|
Future<DescribeImagesResult> |
AmazonEC2AsyncClient.describeImagesAsync(AsyncHandler<DescribeImagesRequest,DescribeImagesResult> asyncHandler)
Simplified method form for invoking the DescribeImages operation with an
AsyncHandler.
|
Future<DescribeImagesResult> |
AmazonEC2Async.describeImagesAsync(DescribeImagesRequest describeImagesRequest,
AsyncHandler<DescribeImagesRequest,DescribeImagesResult> asyncHandler)
Describes one or more of the images (AMIs, AKIs, and ARIs) available to
you.
|
Future<DescribeImagesResult> |
AbstractAmazonEC2Async.describeImagesAsync(DescribeImagesRequest request,
AsyncHandler<DescribeImagesRequest,DescribeImagesResult> asyncHandler) |
Future<DescribeImagesResult> |
AmazonEC2AsyncClient.describeImagesAsync(DescribeImagesRequest request,
AsyncHandler<DescribeImagesRequest,DescribeImagesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeImagesRequest |
DescribeImagesRequest.clone() |
DescribeImagesRequest |
DescribeImagesRequest.withExecutableUsers(Collection<String> executableUsers)
Scopes the images by users with explicit launch permissions.
|
DescribeImagesRequest |
DescribeImagesRequest.withExecutableUsers(String... executableUsers)
Scopes the images by users with explicit launch permissions.
|
DescribeImagesRequest |
DescribeImagesRequest.withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeImagesRequest |
DescribeImagesRequest.withFilters(Filter... filters)
One or more filters.
|
DescribeImagesRequest |
DescribeImagesRequest.withImageIds(Collection<String> imageIds)
One or more image IDs.
|
DescribeImagesRequest |
DescribeImagesRequest.withImageIds(String... imageIds)
One or more image IDs.
|
DescribeImagesRequest |
DescribeImagesRequest.withOwners(Collection<String> owners)
Filters the images by the owner.
|
DescribeImagesRequest |
DescribeImagesRequest.withOwners(String... owners)
Filters the images by the owner.
|
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeImagesRequest> |
DescribeImagesRequest.getDryRunRequest()
This method is intended for internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeImagesRequest> |
AmazonEC2Waiters.imageAvailable()
Builds a ImageAvailable waiter by using custom parameters
waiterParameters and other parameters defined in the waiters
specification, and then polls until it determines whether the resource
entered the desired state or not, where polling criteria is bound by
either default polling strategy or custom polling strategy.
|
Waiter<DescribeImagesRequest> |
AmazonEC2Waiters.imageExists()
Builds a ImageExists waiter by using custom parameters waiterParameters
and other parameters defined in the waiters specification, and then polls
until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy
or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeImagesResult |
DescribeImagesFunction.apply(DescribeImagesRequest describeImagesRequest)
Makes a call to the operation specified by the waiter by taking the
corresponding request and returns the corresponding result
|
Copyright © 2016. All rights reserved.