| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListSourceLocationsResponse |
MediaTailorClient.listSourceLocations(Consumer<ListSourceLocationsRequest.Builder> listSourceLocationsRequest)
Lists the source locations for a channel.
|
default CompletableFuture<ListSourceLocationsResponse> |
MediaTailorAsyncClient.listSourceLocations(Consumer<ListSourceLocationsRequest.Builder> listSourceLocationsRequest)
Lists the source locations for a channel.
|
default ListSourceLocationsIterable |
MediaTailorClient.listSourceLocationsPaginator(Consumer<ListSourceLocationsRequest.Builder> listSourceLocationsRequest)
Lists the source locations for a channel.
|
default ListSourceLocationsPublisher |
MediaTailorAsyncClient.listSourceLocationsPaginator(Consumer<ListSourceLocationsRequest.Builder> listSourceLocationsRequest)
Lists the source locations for a channel.
|
| Modifier and Type | Method and Description |
|---|---|
static ListSourceLocationsRequest.Builder |
ListSourceLocationsRequest.builder() |
ListSourceLocationsRequest.Builder |
ListSourceLocationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of source locations that you want MediaTailor to return in response to the current
request.
|
ListSourceLocationsRequest.Builder |
ListSourceLocationsRequest.Builder.nextToken(String nextToken)
Pagination token returned by the list request when results exceed the maximum allowed.
|
ListSourceLocationsRequest.Builder |
ListSourceLocationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSourceLocationsRequest.Builder |
ListSourceLocationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSourceLocationsRequest.Builder |
ListSourceLocationsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSourceLocationsRequest.Builder> |
ListSourceLocationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.