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)
One or more filters.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withFilters(Filter... filters)
One or more 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)
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.
|
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 © 2017. All rights reserved.