| 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(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.
|
default DescribeSnapshotsIterable |
Ec2Client.describeSnapshotsPaginator(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.
|
| Constructor and Description |
|---|
DescribeSnapshotsIterable(Ec2Client client,
DescribeSnapshotsRequest firstRequest) |
DescribeSnapshotsPublisher(Ec2AsyncClient client,
DescribeSnapshotsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeSnapshotsRequestMarshaller.marshall(DescribeSnapshotsRequest describeSnapshotsRequest) |
Copyright © 2019. All rights reserved.