DescribeSnapshotsRequest |
DescribeSnapshotsRequest.clone() |
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withFilters(Filter... filters) |
One or more filters.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withFilters(Collection<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(String... ownerIds) |
Returns the snapshots owned by the specified owner.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withOwnerIds(Collection<String> ownerIds) |
Returns the snapshots owned by the specified owner.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withRestorableByUserIds(String... restorableByUserIds) |
One or more AWS accounts IDs that can create volumes from the snapshot.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withRestorableByUserIds(Collection<String> restorableByUserIds) |
One or more AWS accounts IDs that can create volumes from the snapshot.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withSnapshotIds(String... snapshotIds) |
One or more snapshot IDs.
|
DescribeSnapshotsRequest |
DescribeSnapshotsRequest.withSnapshotIds(Collection<String> snapshotIds) |
One or more snapshot IDs.
|