| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| 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 |
|---|---|
void |
DescribeSnapshotsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeSnapshotsResponse> subscriber) |
Copyright © 2019. All rights reserved.