| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform | |
| software.amazon.awssdk.services.ec2.waiters |
| Modifier and Type | Method and Description |
|---|---|
default DescribeExportTasksResponse |
EC2Client.describeExportTasks(DescribeExportTasksRequest describeExportTasksRequest)
Describes one or more of your export tasks.
|
default CompletableFuture<DescribeExportTasksResponse> |
EC2AsyncClient.describeExportTasks(DescribeExportTasksRequest describeExportTasksRequest)
Describes one or more of your export tasks.
|
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeExportTasksRequest> |
DescribeExportTasksRequestMarshaller.marshall(DescribeExportTasksRequest describeExportTasksRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeExportTasksRequest> |
DescribeExportTasksRequestMarshaller.marshall(DescribeExportTasksRequest describeExportTasksRequest) |
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeExportTasksRequest> |
EC2ClientWaiters.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> |
EC2ClientWaiters.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 |
|---|---|
DescribeExportTasksResponse |
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.