| 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> |
DescribeSnapshotsPaginator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
DescribeSnapshotsResponse |
DescribeSnapshotsResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.