Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotsResult |
AmazonEC2.describeSnapshots()
Describes one or more of the EBS snapshots available to you.
|
DescribeSnapshotsResult |
AmazonEC2Client.describeSnapshots()
Describes one or more of the EBS snapshots available to you.
|
DescribeSnapshotsResult |
AmazonEC2.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes one or more of the EBS snapshots available to you.
|
DescribeSnapshotsResult |
AmazonEC2Client.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes one or more of the EBS snapshots available to you.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeSnapshotsResult> |
AmazonEC2AsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes one or more of the EBS snapshots available to you.
|
Future<DescribeSnapshotsResult> |
AmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes one or more of the EBS snapshots available to you.
|
Future<DescribeSnapshotsResult> |
AmazonEC2AsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Describes one or more of the EBS snapshots available to you.
|
Future<DescribeSnapshotsResult> |
AmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Describes one or more of the EBS snapshots available to you.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeSnapshotsResult> |
AmazonEC2AsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Describes one or more of the EBS snapshots available to you.
|
Future<DescribeSnapshotsResult> |
AmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Describes one or more of the EBS snapshots available to you.
|
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.
|
Copyright © 2015. All rights reserved.