Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotsResult |
AmazonEC2Client.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
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 |
AbstractAmazonEC2.describeSnapshots(DescribeSnapshotsRequest request) |
java.util.concurrent.Future<DescribeSnapshotsResult> |
AmazonEC2AsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest request) |
java.util.concurrent.Future<DescribeSnapshotsResult> |
AmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes one or more of the EBS snapshots available to you.
|
java.util.concurrent.Future<DescribeSnapshotsResult> |
AbstractAmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest request) |
java.util.concurrent.Future<DescribeSnapshotsResult> |
AmazonEC2AsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest request,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler) |
java.util.concurrent.Future<DescribeSnapshotsResult> |
AmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Describes one or more of the EBS snapshots available to you.
|
java.util.concurrent.Future<DescribeSnapshotsResult> |
AbstractAmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest request,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DescribeSnapshotsResult> |
AmazonEC2AsyncClient.describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeSnapshots operation with
an AsyncHandler.
|
java.util.concurrent.Future<DescribeSnapshotsResult> |
AmazonEC2Async.describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeSnapshots operation with
an AsyncHandler.
|
java.util.concurrent.Future<DescribeSnapshotsResult> |
AbstractAmazonEC2Async.describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeSnapshots operation with
an AsyncHandler.
|
java.util.concurrent.Future<DescribeSnapshotsResult> |
AmazonEC2AsyncClient.describeSnapshotsAsync(DescribeSnapshotsRequest request,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler) |
java.util.concurrent.Future<DescribeSnapshotsResult> |
AmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Describes one or more of the EBS snapshots available to you.
|
java.util.concurrent.Future<DescribeSnapshotsResult> |
AbstractAmazonEC2Async.describeSnapshotsAsync(DescribeSnapshotsRequest request,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.clone() |
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withFilters(java.util.Collection<Filter> filters)
One or more filters.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withFilters(Filter... filters)
One or more filters.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withMaxResults(java.lang.Integer maxResults)
The maximum number of snapshot results returned by
DescribeSnapshots in paginated output. |
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withNextToken(java.lang.String nextToken)
The
NextToken value returned from a previous paginated
DescribeSnapshots request where MaxResults was
used and the results exceeded the value of that parameter. |
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withOwnerIds(java.util.Collection<java.lang.String> ownerIds)
Returns the snapshots owned by the specified owner.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withOwnerIds(java.lang.String... ownerIds)
Returns the snapshots owned by the specified owner.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withRestorableByUserIds(java.util.Collection<java.lang.String> restorableByUserIds)
One or more AWS accounts IDs that can create volumes from the snapshot.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withRestorableByUserIds(java.lang.String... restorableByUserIds)
One or more AWS accounts IDs that can create volumes from the snapshot.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withSnapshotIds(java.util.Collection<java.lang.String> snapshotIds)
One or more snapshot IDs.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withSnapshotIds(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeSnapshotsRequest> |
DescribeSnapshotsRequestMarshaller.marshall(DescribeSnapshotsRequest describeSnapshotsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<DescribeSnapshotsRequest> |
DescribeSnapshotsRequestMarshaller.marshall(DescribeSnapshotsRequest describeSnapshotsRequest) |