Uses of Class
software.amazon.awssdk.services.mediatailor.model.ListSourceLocationsRequest
-
Packages that use ListSourceLocationsRequest Package Description software.amazon.awssdk.services.mediatailor Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels.software.amazon.awssdk.services.mediatailor.paginators software.amazon.awssdk.services.mediatailor.transform -
-
Uses of ListSourceLocationsRequest in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor with parameters of type ListSourceLocationsRequest Modifier and Type Method Description default CompletableFuture<ListSourceLocationsResponse>MediaTailorAsyncClient. listSourceLocations(ListSourceLocationsRequest listSourceLocationsRequest)Lists the source locations for a channel.default ListSourceLocationsResponseMediaTailorClient. listSourceLocations(ListSourceLocationsRequest listSourceLocationsRequest)Lists the source locations for a channel.default ListSourceLocationsPublisherMediaTailorAsyncClient. listSourceLocationsPaginator(ListSourceLocationsRequest listSourceLocationsRequest)Lists the source locations for a channel.default ListSourceLocationsIterableMediaTailorClient. listSourceLocationsPaginator(ListSourceLocationsRequest listSourceLocationsRequest)Lists the source locations for a channel. -
Uses of ListSourceLocationsRequest in software.amazon.awssdk.services.mediatailor.paginators
Constructors in software.amazon.awssdk.services.mediatailor.paginators with parameters of type ListSourceLocationsRequest Constructor Description ListSourceLocationsIterable(MediaTailorClient client, ListSourceLocationsRequest firstRequest)ListSourceLocationsPublisher(MediaTailorAsyncClient client, ListSourceLocationsRequest firstRequest) -
Uses of ListSourceLocationsRequest in software.amazon.awssdk.services.mediatailor.transform
Methods in software.amazon.awssdk.services.mediatailor.transform with parameters of type ListSourceLocationsRequest Modifier and Type Method Description SdkHttpFullRequestListSourceLocationsRequestMarshaller. marshall(ListSourceLocationsRequest listSourceLocationsRequest)
-