| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor |
Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels.
|
| com.amazonaws.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateSourceLocationResult |
AbstractAWSMediaTailor.updateSourceLocation(UpdateSourceLocationRequest request) |
UpdateSourceLocationResult |
AWSMediaTailor.updateSourceLocation(UpdateSourceLocationRequest updateSourceLocationRequest)
Updates a source location on a specific channel.
|
UpdateSourceLocationResult |
AWSMediaTailorClient.updateSourceLocation(UpdateSourceLocationRequest request)
Updates a source location on a specific channel.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSourceLocationResult> |
AbstractAWSMediaTailorAsync.updateSourceLocationAsync(UpdateSourceLocationRequest request,
AsyncHandler<UpdateSourceLocationRequest,UpdateSourceLocationResult> asyncHandler) |
Future<UpdateSourceLocationResult> |
AWSMediaTailorAsync.updateSourceLocationAsync(UpdateSourceLocationRequest updateSourceLocationRequest,
AsyncHandler<UpdateSourceLocationRequest,UpdateSourceLocationResult> asyncHandler)
Updates a source location on a specific channel.
|
Future<UpdateSourceLocationResult> |
AWSMediaTailorAsyncClient.updateSourceLocationAsync(UpdateSourceLocationRequest request,
AsyncHandler<UpdateSourceLocationRequest,UpdateSourceLocationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateSourceLocationResult |
UpdateSourceLocationResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateSourceLocationResult |
UpdateSourceLocationResult.clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateSourceLocationResult |
UpdateSourceLocationResult.clone() |
UpdateSourceLocationResult |
UpdateSourceLocationResult.withAccessConfiguration(AccessConfiguration accessConfiguration)
The access configuration for the source location.
|
UpdateSourceLocationResult |
UpdateSourceLocationResult.withArn(String arn)
The ARN of the source location.
|
UpdateSourceLocationResult |
UpdateSourceLocationResult.withCreationTime(Date creationTime)
The timestamp that indicates when the source location was created.
|
UpdateSourceLocationResult |
UpdateSourceLocationResult.withDefaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration)
The default segment delivery configuration settings.
|
UpdateSourceLocationResult |
UpdateSourceLocationResult.withHttpConfiguration(HttpConfiguration httpConfiguration)
The HTTP package configuration settings for the source location.
|
UpdateSourceLocationResult |
UpdateSourceLocationResult.withLastModifiedTime(Date lastModifiedTime)
The timestamp that indicates when the source location was last modified.
|
UpdateSourceLocationResult |
UpdateSourceLocationResult.withSegmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations)
A list of the segment delivery configurations associated with this resource.
|
UpdateSourceLocationResult |
UpdateSourceLocationResult.withSegmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)
A list of the segment delivery configurations associated with this resource.
|
UpdateSourceLocationResult |
UpdateSourceLocationResult.withSourceLocationName(String sourceLocationName)
The name of the source location.
|
UpdateSourceLocationResult |
UpdateSourceLocationResult.withTags(Map<String,String> tags)
The tags assigned to the source location.
|
Copyright © 2022. All rights reserved.