Uses of Interface
software.amazon.awssdk.services.mediatailor.model.ListSourceLocationsRequest.Builder
-
Packages that use ListSourceLocationsRequest.Builder 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.model -
-
Uses of ListSourceLocationsRequest.Builder in software.amazon.awssdk.services.mediatailor
Method parameters in software.amazon.awssdk.services.mediatailor with type arguments of type ListSourceLocationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListSourceLocationsResponse>MediaTailorAsyncClient. listSourceLocations(Consumer<ListSourceLocationsRequest.Builder> listSourceLocationsRequest)Lists the source locations for a channel.default ListSourceLocationsResponseMediaTailorClient. listSourceLocations(Consumer<ListSourceLocationsRequest.Builder> listSourceLocationsRequest)Lists the source locations for a channel.default ListSourceLocationsPublisherMediaTailorAsyncClient. listSourceLocationsPaginator(Consumer<ListSourceLocationsRequest.Builder> listSourceLocationsRequest)Lists the source locations for a channel.default ListSourceLocationsIterableMediaTailorClient. listSourceLocationsPaginator(Consumer<ListSourceLocationsRequest.Builder> listSourceLocationsRequest)Lists the source locations for a channel. -
Uses of ListSourceLocationsRequest.Builder in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return ListSourceLocationsRequest.Builder Modifier and Type Method Description static ListSourceLocationsRequest.BuilderListSourceLocationsRequest. builder()ListSourceLocationsRequest.BuilderListSourceLocationsRequest.Builder. maxResults(Integer maxResults)The maximum number of source locations that you want MediaTailor to return in response to the current request.ListSourceLocationsRequest.BuilderListSourceLocationsRequest.Builder. nextToken(String nextToken)Pagination token returned by the list request when results exceed the maximum allowed.ListSourceLocationsRequest.BuilderListSourceLocationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSourceLocationsRequest.BuilderListSourceLocationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSourceLocationsRequest.BuilderListSourceLocationsRequest. toBuilder()Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type ListSourceLocationsRequest.Builder Modifier and Type Method Description static Class<? extends ListSourceLocationsRequest.Builder>ListSourceLocationsRequest. serializableBuilderClass()
-