| 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<ListSnapshotsInRecycleBinResponse> |
Ec2AsyncClient.listSnapshotsInRecycleBin(ListSnapshotsInRecycleBinRequest listSnapshotsInRecycleBinRequest)
Lists one or more snapshots that are currently in the Recycle Bin.
|
default ListSnapshotsInRecycleBinResponse |
Ec2Client.listSnapshotsInRecycleBin(ListSnapshotsInRecycleBinRequest listSnapshotsInRecycleBinRequest)
Lists one or more snapshots that are currently in the Recycle Bin.
|
default ListSnapshotsInRecycleBinPublisher |
Ec2AsyncClient.listSnapshotsInRecycleBinPaginator(ListSnapshotsInRecycleBinRequest listSnapshotsInRecycleBinRequest)
Lists one or more snapshots that are currently in the Recycle Bin.
|
default ListSnapshotsInRecycleBinIterable |
Ec2Client.listSnapshotsInRecycleBinPaginator(ListSnapshotsInRecycleBinRequest listSnapshotsInRecycleBinRequest)
Lists one or more snapshots that are currently in the Recycle Bin.
|
| Constructor and Description |
|---|
ListSnapshotsInRecycleBinIterable(Ec2Client client,
ListSnapshotsInRecycleBinRequest firstRequest) |
ListSnapshotsInRecycleBinPublisher(Ec2AsyncClient client,
ListSnapshotsInRecycleBinRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListSnapshotsInRecycleBinRequestMarshaller.marshall(ListSnapshotsInRecycleBinRequest listSnapshotsInRecycleBinRequest) |
Copyright © 2022. All rights reserved.