| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform | |
| software.amazon.awssdk.services.ec2.waiters |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSnapshotsResponse |
EC2Client.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes one or more of the EBS snapshots available to you.
|
default CompletableFuture<DescribeSnapshotsResponse> |
EC2AsyncClient.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes one or more of the EBS snapshots available to you.
|
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeSnapshotsRequest> |
DescribeSnapshotsRequestMarshaller.marshall(DescribeSnapshotsRequest describeSnapshotsRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeSnapshotsRequest> |
DescribeSnapshotsRequestMarshaller.marshall(DescribeSnapshotsRequest describeSnapshotsRequest) |
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeSnapshotsRequest> |
EC2ClientWaiters.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 |
|---|---|
DescribeSnapshotsResponse |
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.