| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.waiters |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSnapshotsResponse |
Ec2Client.describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
default CompletableFuture<DescribeSnapshotsResponse> |
Ec2AsyncClient.describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
default DescribeSnapshotsIterable |
Ec2Client.describeSnapshotsPaginator(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
default DescribeSnapshotsPublisher |
Ec2AsyncClient.describeSnapshotsPaginator(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.builder() |
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.filters(Collection<Filter> filters)
The filters.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.filters(Consumer<Filter.Builder>... filters)
The filters.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.filters(Filter... filters)
The filters.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.maxResults(Integer maxResults)
The maximum number of snapshot results returned by
DescribeSnapshots in paginated output. |
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.nextToken(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.Builder |
DescribeSnapshotsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.ownerIds(Collection<String> ownerIds)
Scopes the results to snapshots with the specified owners.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.ownerIds(String... ownerIds)
Scopes the results to snapshots with the specified owners.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.restorableByUserIds(Collection<String> restorableByUserIds)
The IDs of the Amazon Web Services accounts that can create volumes from the snapshot.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.restorableByUserIds(String... restorableByUserIds)
The IDs of the Amazon Web Services accounts that can create volumes from the snapshot.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.snapshotIds(Collection<String> snapshotIds)
The snapshot IDs.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.Builder.snapshotIds(String... snapshotIds)
The snapshot IDs.
|
DescribeSnapshotsRequest.Builder |
DescribeSnapshotsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeSnapshotsRequest.Builder> |
DescribeSnapshotsRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<WaiterResponse<DescribeSnapshotsResponse>> |
Ec2AsyncWaiter.waitUntilSnapshotCompleted(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Polls
Ec2AsyncClient.describeSnapshots(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest) API until the desired condition SnapshotCompleted is met,
or until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeSnapshotsResponse> |
Ec2Waiter.waitUntilSnapshotCompleted(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Polls
Ec2Client.describeSnapshots() API until the desired condition SnapshotCompleted is met, or
until it is determined that the resource will never enter into the desired state. |
default CompletableFuture<WaiterResponse<DescribeSnapshotsResponse>> |
Ec2AsyncWaiter.waitUntilSnapshotCompleted(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
Ec2AsyncClient.describeSnapshots(software.amazon.awssdk.services.ec2.model.DescribeSnapshotsRequest) API until the desired condition SnapshotCompleted is met,
or until it is determined that the resource will never enter into the desired state. |
default WaiterResponse<DescribeSnapshotsResponse> |
Ec2Waiter.waitUntilSnapshotCompleted(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
Ec2Client.describeSnapshots() API until the desired condition SnapshotCompleted is met, or
until it is determined that the resource will never enter into the desired state. |
Copyright © 2022. All rights reserved.