| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators | |
| software.amazon.awssdk.services.ec2.waiters |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSnapshotsResponse |
Ec2Client.describeSnapshots()
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
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 DescribeSnapshotsResponse |
Ec2Client.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeSnapshotsResponse> |
Ec2AsyncClient.describeSnapshots()
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 CompletableFuture<DescribeSnapshotsResponse> |
Ec2AsyncClient.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeSnapshotsResponse> |
DescribeSnapshotsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSnapshotsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeSnapshotsResponse> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
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)
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. |
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(DescribeSnapshotsRequest 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(DescribeSnapshotsRequest 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(DescribeSnapshotsRequest describeSnapshotsRequest,
WaiterOverrideConfiguration 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 |
default CompletableFuture<WaiterResponse<DescribeSnapshotsResponse>> |
Ec2AsyncWaiter.waitUntilSnapshotCompleted(DescribeSnapshotsRequest describeSnapshotsRequest,
WaiterOverrideConfiguration 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 |
Copyright © 2022. All rights reserved.