| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect |
API for AWS Elemental MediaConnect
|
| software.amazon.awssdk.services.mediaconnect.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListReservationsResponse |
MediaConnectClient.listReservations(Consumer<ListReservationsRequest.Builder> listReservationsRequest)
Displays a list of all reservations that have been purchased by this account in the current AWS Region.
|
default ListReservationsResponse |
MediaConnectClient.listReservations(ListReservationsRequest listReservationsRequest)
Displays a list of all reservations that have been purchased by this account in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListReservationsResponse> |
MediaConnectAsyncClient.listReservations(Consumer<ListReservationsRequest.Builder> listReservationsRequest)
Displays a list of all reservations that have been purchased by this account in the current AWS Region.
|
default CompletableFuture<ListReservationsResponse> |
MediaConnectAsyncClient.listReservations(ListReservationsRequest listReservationsRequest)
Displays a list of all reservations that have been purchased by this account in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListReservationsResponse> |
ListReservationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListReservationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListReservationsResponse> subscriber) |
Copyright © 2022. All rights reserved.