| 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 CompletableFuture<DescribeSnapshotsResponse> |
EC2AsyncClient.describeSnapshots(DescribeSnapshotsRequest 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.
|
default DescribeSnapshotsPublisher |
EC2AsyncClient.describeSnapshotsPaginator(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes one or more of the EBS snapshots available to you.
|
default DescribeSnapshotsIterable |
EC2Client.describeSnapshotsPaginator(DescribeSnapshotsRequest describeSnapshotsRequest)
Describes one or more 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 |
|---|---|
software.amazon.awssdk.core.Request<DescribeSnapshotsRequest> |
DescribeSnapshotsRequestMarshaller.marshall(DescribeSnapshotsRequest describeSnapshotsRequest) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awssdk.core.Request<DescribeSnapshotsRequest> |
DescribeSnapshotsRequestMarshaller.marshall(DescribeSnapshotsRequest describeSnapshotsRequest) |
Copyright © 2018. All rights reserved.