| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators | |
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSnapshotsResponse |
EC2Client.describeSnapshots()
Describes one or more of the EBS snapshots available to you.
|
default DescribeSnapshotsResponse |
EC2Client.describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Describes one or more of the EBS snapshots available to you.
|
default DescribeSnapshotsResponse |
EC2Client.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes one or more of the EBS snapshots available to you.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeSnapshotsResponse> |
EC2AsyncClient.describeSnapshots()
Describes one or more of the EBS snapshots available to you.
|
default CompletableFuture<DescribeSnapshotsResponse> |
EC2AsyncClient.describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> 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 |
|---|---|
Iterator<DescribeSnapshotsResponse> |
DescribeSnapshotsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotsIterable |
DescribeSnapshotsIterable.resume(DescribeSnapshotsResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
DescribeSnapshotsPublisher |
DescribeSnapshotsPublisher.resume(DescribeSnapshotsResponse lastSuccessfulPage)
A helper method to resume the pages in case of unexpected failures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSnapshotsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeSnapshotsResponse> subscriber) |
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotsResponse |
DescribeSnapshotsResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.