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 request)
Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.
|
DescribeImagesResult |
AbstractAmazonEC2.describeImages(DescribeImagesRequest request) |
DescribeImagesResult |
AmazonEC2.describeImages(DescribeImagesRequest describeImagesRequest)
Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you.
|
Future<DescribeImagesResult> |
AmazonEC2Async.describeImagesAsync(DescribeImagesRequest describeImagesRequest)
Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images 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 the specified images (AMIs, AKIs, and ARIs) available to you or all of the images 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 the specified images (AMIs, AKIs, and ARIs) available to you or all of the images 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)
The filters.
|
DescribeImagesRequest |
DescribeImagesRequest.withFilters(Filter... filters)
The filters.
|
DescribeImagesRequest |
DescribeImagesRequest.withImageIds(Collection<String> imageIds)
The image IDs.
|
DescribeImagesRequest |
DescribeImagesRequest.withImageIds(String... imageIds)
The image IDs.
|
DescribeImagesRequest |
DescribeImagesRequest.withOwners(Collection<String> owners)
Scopes the results to images with the specified owners.
|
DescribeImagesRequest |
DescribeImagesRequest.withOwners(String... owners)
Scopes the results to images with the specified owners.
|
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 © 2020. All rights reserved.