| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default ListSnapshotsInRecycleBinResponse |
Ec2Client.listSnapshotsInRecycleBin(Consumer<ListSnapshotsInRecycleBinRequest.Builder> listSnapshotsInRecycleBinRequest)
Lists one or more snapshots that are currently in the Recycle Bin.
|
default CompletableFuture<ListSnapshotsInRecycleBinResponse> |
Ec2AsyncClient.listSnapshotsInRecycleBin(Consumer<ListSnapshotsInRecycleBinRequest.Builder> listSnapshotsInRecycleBinRequest)
Lists one or more snapshots that are currently in the Recycle Bin.
|
default ListSnapshotsInRecycleBinIterable |
Ec2Client.listSnapshotsInRecycleBinPaginator(Consumer<ListSnapshotsInRecycleBinRequest.Builder> listSnapshotsInRecycleBinRequest)
Lists one or more snapshots that are currently in the Recycle Bin.
|
default ListSnapshotsInRecycleBinPublisher |
Ec2AsyncClient.listSnapshotsInRecycleBinPaginator(Consumer<ListSnapshotsInRecycleBinRequest.Builder> listSnapshotsInRecycleBinRequest)
Lists one or more snapshots that are currently in the Recycle Bin.
|
| Modifier and Type | Method and Description |
|---|---|
static ListSnapshotsInRecycleBinRequest.Builder |
ListSnapshotsInRecycleBinRequest.builder() |
ListSnapshotsInRecycleBinRequest.Builder |
ListSnapshotsInRecycleBinRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListSnapshotsInRecycleBinRequest.Builder |
ListSnapshotsInRecycleBinRequest.Builder.nextToken(String nextToken)
The token for the next page of results.
|
ListSnapshotsInRecycleBinRequest.Builder |
ListSnapshotsInRecycleBinRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSnapshotsInRecycleBinRequest.Builder |
ListSnapshotsInRecycleBinRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSnapshotsInRecycleBinRequest.Builder |
ListSnapshotsInRecycleBinRequest.Builder.snapshotIds(Collection<String> snapshotIds)
The IDs of the snapshots to list.
|
ListSnapshotsInRecycleBinRequest.Builder |
ListSnapshotsInRecycleBinRequest.Builder.snapshotIds(String... snapshotIds)
The IDs of the snapshots to list.
|
ListSnapshotsInRecycleBinRequest.Builder |
ListSnapshotsInRecycleBinRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSnapshotsInRecycleBinRequest.Builder> |
ListSnapshotsInRecycleBinRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.