| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListImagesInRecycleBinResponse |
Ec2Client.listImagesInRecycleBin(Consumer<ListImagesInRecycleBinRequest.Builder> listImagesInRecycleBinRequest)
Lists one or more AMIs that are currently in the Recycle Bin.
|
default ListImagesInRecycleBinResponse |
Ec2Client.listImagesInRecycleBin(ListImagesInRecycleBinRequest listImagesInRecycleBinRequest)
Lists one or more AMIs that are currently in the Recycle Bin.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListImagesInRecycleBinResponse> |
Ec2AsyncClient.listImagesInRecycleBin(Consumer<ListImagesInRecycleBinRequest.Builder> listImagesInRecycleBinRequest)
Lists one or more AMIs that are currently in the Recycle Bin.
|
default CompletableFuture<ListImagesInRecycleBinResponse> |
Ec2AsyncClient.listImagesInRecycleBin(ListImagesInRecycleBinRequest listImagesInRecycleBinRequest)
Lists one or more AMIs that are currently in the Recycle Bin.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListImagesInRecycleBinResponse> |
ListImagesInRecycleBinIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListImagesInRecycleBinPublisher.subscribe(org.reactivestreams.Subscriber<? super ListImagesInRecycleBinResponse> subscriber) |
Copyright © 2022. All rights reserved.