Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<DescribeLockedSnapshotsResult> |
AbstractAmazonEC2Async.describeLockedSnapshotsAsync(DescribeLockedSnapshotsRequest request,
AsyncHandler<DescribeLockedSnapshotsRequest,DescribeLockedSnapshotsResult> asyncHandler) |
Future<DescribeLockedSnapshotsResult> |
AmazonEC2AsyncClient.describeLockedSnapshotsAsync(DescribeLockedSnapshotsRequest request,
AsyncHandler<DescribeLockedSnapshotsRequest,DescribeLockedSnapshotsResult> asyncHandler) |
Future<DescribeLockedSnapshotsResult> |
AmazonEC2Async.describeLockedSnapshotsAsync(DescribeLockedSnapshotsRequest describeLockedSnapshotsRequest,
AsyncHandler<DescribeLockedSnapshotsRequest,DescribeLockedSnapshotsResult> asyncHandler)
Describes the lock status for a snapshot.
|
Modifier and Type | Method and Description |
---|---|
DescribeLockedSnapshotsRequest |
DescribeLockedSnapshotsRequest.clone() |
DescribeLockedSnapshotsRequest |
DescribeLockedSnapshotsRequest.withFilters(Collection<Filter> filters)
The filters.
|
DescribeLockedSnapshotsRequest |
DescribeLockedSnapshotsRequest.withFilters(Filter... filters)
The filters.
|
DescribeLockedSnapshotsRequest |
DescribeLockedSnapshotsRequest.withMaxResults(Integer maxResults)
The maximum number of items to return for this request.
|
DescribeLockedSnapshotsRequest |
DescribeLockedSnapshotsRequest.withNextToken(String nextToken)
The token returned from a previous paginated request.
|
DescribeLockedSnapshotsRequest |
DescribeLockedSnapshotsRequest.withSnapshotIds(Collection<String> snapshotIds)
The IDs of the snapshots for which to view the lock status.
|
DescribeLockedSnapshotsRequest |
DescribeLockedSnapshotsRequest.withSnapshotIds(String... snapshotIds)
The IDs of the snapshots for which to view the lock status.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeLockedSnapshotsRequest> |
DescribeLockedSnapshotsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2024. All rights reserved.