Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeExportTasksRequest |
DescribeExportTasksRequest.clone() |
DescribeExportTasksRequest |
DescribeExportTasksRequest.withExportTaskIds(Collection<String> exportTaskIds)
One or more export task IDs.
|
DescribeExportTasksRequest |
DescribeExportTasksRequest.withExportTaskIds(String... exportTaskIds)
One or more export task IDs.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeExportTasksRequest> |
DescribeExportTasksRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeExportTasksRequest> |
AmazonEC2Waiters.exportTaskCancelled()
Builds a ExportTaskCancelled 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<DescribeExportTasksRequest> |
AmazonEC2Waiters.exportTaskCompleted()
Builds a ExportTaskCompleted 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 |
---|---|
DescribeExportTasksResult |
DescribeExportTasksFunction.apply(DescribeExportTasksRequest describeExportTasksRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2017. All rights reserved.