Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeImportSnapshotTasksResult |
AmazonEC2Client.describeImportSnapshotTasks() |
DescribeImportSnapshotTasksResult |
AbstractAmazonEC2.describeImportSnapshotTasks() |
DescribeImportSnapshotTasksResult |
AmazonEC2.describeImportSnapshotTasks()
Simplified method form for invoking the DescribeImportSnapshotTasks operation.
|
DescribeImportSnapshotTasksResult |
AmazonEC2Client.describeImportSnapshotTasks(DescribeImportSnapshotTasksRequest request)
Describes your import snapshot tasks.
|
DescribeImportSnapshotTasksResult |
AbstractAmazonEC2.describeImportSnapshotTasks(DescribeImportSnapshotTasksRequest request) |
DescribeImportSnapshotTasksResult |
AmazonEC2.describeImportSnapshotTasks(DescribeImportSnapshotTasksRequest describeImportSnapshotTasksRequest)
Describes your import snapshot tasks.
|
Modifier and Type | Method and Description |
---|---|
DescribeImportSnapshotTasksResult |
DescribeImportSnapshotTasksResult.clone() |
DescribeImportSnapshotTasksResult |
DescribeImportSnapshotTasksResult.withImportSnapshotTasks(Collection<ImportSnapshotTask> importSnapshotTasks)
A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the
previous 7 days.
|
DescribeImportSnapshotTasksResult |
DescribeImportSnapshotTasksResult.withImportSnapshotTasks(ImportSnapshotTask... importSnapshotTasks)
A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the
previous 7 days.
|
DescribeImportSnapshotTasksResult |
DescribeImportSnapshotTasksResult.withNextToken(String nextToken)
The token to use to get the next page of results.
|
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 © 2024. All rights reserved.