Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotsResult |
AbstractAmazonEC2.describeSnapshots() |
DescribeSnapshotsResult |
AmazonEC2.describeSnapshots()
Simplified method form for invoking the DescribeSnapshots operation.
|
DescribeSnapshotsResult |
AmazonEC2Client.describeSnapshots() |
DescribeSnapshotsResult |
AbstractAmazonEC2.describeSnapshots(DescribeSnapshotsRequest request) |
DescribeSnapshotsResult |
AmazonEC2.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
DescribeSnapshotsResult |
AmazonEC2Client.describeSnapshots(DescribeSnapshotsRequest request)
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeSnapshotsResult> |
AbstractAmazonEC2Async.describeSnapshotsAsync()
Simplified method form for invoking the DescribeSnapshots operation.
|
Future<DescribeSnapshotsResult> |
AmazonEC2Async.describeSnapshotsAsync()
Simplified method form for invoking the DescribeSnapshots operation.
|
Future<DescribeSnapshotsResult> |
AmazonEC2AsyncClient.describeSnapshotsAsync()
Simplified method form for invoking the DescribeSnapshots operation.
|
Future<DescribeSnapshotsResult> |
AbstractAmazonEC2Async.describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.
|
Future<DescribeSnapshotsResult> |
AmazonEC2Async.describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.
|
Future<DescribeSnapshotsResult> |
AmazonEC2AsyncClient.describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.
|
Future<DescribeSnapshotsResult> |
AbstractAmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest request) |
Future<DescribeSnapshotsResult> |
AmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
Future<DescribeSnapshotsResult> |
AmazonEC2AsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest request) |
Future<DescribeSnapshotsResult> |
AbstractAmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest request,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler) |
Future<DescribeSnapshotsResult> |
AmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
Future<DescribeSnapshotsResult> |
AmazonEC2AsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest request,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotsResult |
DescribeSnapshotsResult.clone() |
DescribeSnapshotsResult |
DescribeSnapshotsResult.withNextToken(String nextToken)
The
NextToken value to include in a future DescribeSnapshots request. |
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(Collection<Snapshot> snapshots)
Information about the snapshots.
|
DescribeSnapshotsResult |
DescribeSnapshotsResult.withSnapshots(Snapshot... snapshots)
Information about the snapshots.
|
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotsResult |
DescribeSnapshotsFunction.apply(DescribeSnapshotsRequest describeSnapshotsRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2021. All rights reserved.