Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.waiters |
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.clone() |
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withFilters(Collection<Filter> filters)
The filters.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withFilters(Filter... filters)
The filters.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withMaxResults(Integer maxResults)
The maximum number of snapshots to return for this request.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withNextToken(String nextToken)
The token returned from a previous paginated request.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withOwnerIds(Collection<String> ownerIds)
Scopes the results to snapshots with the specified owners.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withOwnerIds(String... ownerIds)
Scopes the results to snapshots with the specified owners.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withRestorableByUserIds(Collection<String> restorableByUserIds)
The IDs of the Amazon Web Services accounts that can create volumes from the snapshot.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withRestorableByUserIds(String... restorableByUserIds)
The IDs of the Amazon Web Services accounts that can create volumes from the snapshot.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withSnapshotIds(Collection<String> snapshotIds)
The snapshot IDs.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withSnapshotIds(String... snapshotIds)
The 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 |
---|---|
Waiter<DescribeSnapshotsRequest> |
AmazonEC2Waiters.snapshotCompleted()
Builds a SnapshotCompleted waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
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 © 2023. All rights reserved.