Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeImportSnapshotTasksRequest |
DescribeImportSnapshotTasksRequest.clone() |
DescribeImportSnapshotTasksRequest |
DescribeImportSnapshotTasksRequest.withFilters(Collection<Filter> filters)
The filters.
|
DescribeImportSnapshotTasksRequest |
DescribeImportSnapshotTasksRequest.withFilters(Filter... filters)
The filters.
|
DescribeImportSnapshotTasksRequest |
DescribeImportSnapshotTasksRequest.withImportTaskIds(Collection<String> importTaskIds)
A list of import snapshot task IDs.
|
DescribeImportSnapshotTasksRequest |
DescribeImportSnapshotTasksRequest.withImportTaskIds(String... importTaskIds)
A list of import snapshot task IDs.
|
DescribeImportSnapshotTasksRequest |
DescribeImportSnapshotTasksRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
DescribeImportSnapshotTasksRequest |
DescribeImportSnapshotTasksRequest.withNextToken(String nextToken)
A token that indicates the next page of results.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeImportSnapshotTasksRequest> |
DescribeImportSnapshotTasksRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeImportSnapshotTasksRequest> |
AmazonEC2Waiters.snapshotImported()
Builds a SnapshotImported 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 |
---|---|
DescribeImportSnapshotTasksResult |
DescribeImportSnapshotTasksFunction.apply(DescribeImportSnapshotTasksRequest describeImportSnapshotTasksRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2023. All rights reserved.