| 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 ListOfferingsResponse |
MediaConnectClient.listOfferings(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)
Displays a list of all offerings that are available to this account in the current AWS Region.
|
default ListOfferingsResponse |
MediaConnectClient.listOfferings(ListOfferingsRequest listOfferingsRequest)
Displays a list of all offerings that are available to this account in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListOfferingsResponse> |
MediaConnectAsyncClient.listOfferings(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)
Displays a list of all offerings that are available to this account in the current AWS Region.
|
default CompletableFuture<ListOfferingsResponse> |
MediaConnectAsyncClient.listOfferings(ListOfferingsRequest listOfferingsRequest)
Displays a list of all offerings that are available to this account in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListOfferingsResponse> |
ListOfferingsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListOfferingsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListOfferingsResponse> subscriber) |
Copyright © 2022. All rights reserved.