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 snapshot results returned by
DescribeSnapshots in paginated output. |
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withNextToken(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(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 © 2021. All rights reserved.