| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect |
API for AWS Elemental MediaConnect
|
| software.amazon.awssdk.services.mediaconnect.paginators | |
| software.amazon.awssdk.services.mediaconnect.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListOfferingsResponse |
MediaConnectClient.listOfferings(ListOfferingsRequest 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.
|
default ListOfferingsIterable |
MediaConnectClient.listOfferingsPaginator(ListOfferingsRequest listOfferingsRequest)
Displays a list of all offerings that are available to this account in the current AWS Region.
|
default ListOfferingsPublisher |
MediaConnectAsyncClient.listOfferingsPaginator(ListOfferingsRequest listOfferingsRequest)
Displays a list of all offerings that are available to this account in the current AWS Region.
|
| Constructor and Description |
|---|
ListOfferingsIterable(MediaConnectClient client,
ListOfferingsRequest firstRequest) |
ListOfferingsPublisher(MediaConnectAsyncClient client,
ListOfferingsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListOfferingsRequestMarshaller.marshall(ListOfferingsRequest listOfferingsRequest) |
Copyright © 2021. All rights reserved.