Uses of Class
software.amazon.awssdk.services.mediatailor.model.ListSourceLocationsResponse
-
Packages that use ListSourceLocationsResponse 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 -
-
Uses of ListSourceLocationsResponse in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor that return ListSourceLocationsResponse Modifier and Type Method Description default ListSourceLocationsResponseMediaTailorClient. listSourceLocations(Consumer<ListSourceLocationsRequest.Builder> listSourceLocationsRequest)Lists the source locations for a channel.default ListSourceLocationsResponseMediaTailorClient. listSourceLocations(ListSourceLocationsRequest listSourceLocationsRequest)Lists the source locations for a channel.Methods in software.amazon.awssdk.services.mediatailor that return types with arguments of type ListSourceLocationsResponse Modifier and Type Method Description default CompletableFuture<ListSourceLocationsResponse>MediaTailorAsyncClient. listSourceLocations(Consumer<ListSourceLocationsRequest.Builder> listSourceLocationsRequest)Lists the source locations for a channel.default CompletableFuture<ListSourceLocationsResponse>MediaTailorAsyncClient. listSourceLocations(ListSourceLocationsRequest listSourceLocationsRequest)Lists the source locations for a channel. -
Uses of ListSourceLocationsResponse in software.amazon.awssdk.services.mediatailor.paginators
Methods in software.amazon.awssdk.services.mediatailor.paginators that return types with arguments of type ListSourceLocationsResponse Modifier and Type Method Description Iterator<ListSourceLocationsResponse>ListSourceLocationsIterable. iterator()Method parameters in software.amazon.awssdk.services.mediatailor.paginators with type arguments of type ListSourceLocationsResponse Modifier and Type Method Description voidListSourceLocationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSourceLocationsResponse> subscriber)
-