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(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes one or more of the Amazon EBS snapshots available to you.
|
DescribeSnapshotsResult |
AmazonEC2Client.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes one or more of the Amazon EBS snapshots available to you.
|
Future<DescribeSnapshotsResult> |
AmazonEC2AsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes one or more of the Amazon EBS snapshots available to you.
|
Future<DescribeSnapshotsResult> |
AmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes one or more of the Amazon EBS snapshots available to you.
|
Future<DescribeSnapshotsResult> |
AmazonEC2AsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Describes one or more of the Amazon EBS snapshots available to you.
|
Future<DescribeSnapshotsResult> |
AmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Describes one or more of the Amazon 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 Amazon EBS snapshots available to you.
|
Future<DescribeSnapshotsResult> |
AmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Describes one or more of the Amazon EBS snapshots available to you.
|
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withFilters(Collection<Filter> filters)
One or more filters.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withFilters(Filter... filters)
One or more filters.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withOwnerIds(Collection<String> ownerIds)
Returns the snapshots owned by the specified owner.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withOwnerIds(String... ownerIds)
Returns the snapshots owned by the specified owner.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withRestorableByUserIds(Collection<String> restorableByUserIds)
One or more AWS accounts IDs that can create volumes from the
snapshot.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withRestorableByUserIds(String... restorableByUserIds)
One or more AWS accounts IDs that can create volumes from the
snapshot.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withSnapshotIds(Collection<String> snapshotIds)
One or more snapshot IDs.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withSnapshotIds(String... snapshotIds)
One or more snapshot IDs.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeSnapshotsRequest> |
DescribeSnapshotsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.