| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators | |
| software.amazon.awssdk.services.ec2.transform | |
| software.amazon.awssdk.services.ec2.waiters |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeSnapshotsResponse> |
Ec2AsyncClient.describeSnapshots(DescribeSnapshotsRequest 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.
|
default DescribeSnapshotsPublisher |
Ec2AsyncClient.describeSnapshotsPaginator(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
default DescribeSnapshotsIterable |
Ec2Client.describeSnapshotsPaginator(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you.
|
| Constructor and Description |
|---|
DescribeSnapshotsIterable(Ec2Client client,
DescribeSnapshotsRequest firstRequest) |
DescribeSnapshotsPublisher(Ec2AsyncClient client,
DescribeSnapshotsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeSnapshotsRequestMarshaller.marshall(DescribeSnapshotsRequest describeSnapshotsRequest) |
| Modifier and Type | Method and Description |
|---|---|
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)
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 |
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 |
Copyright © 2023. All rights reserved.