| 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.
|
UpdateSourceLocationResult |
AWSMediaTailorClient.updateSourceLocation(UpdateSourceLocationRequest request)
Updates a source location.
|
| 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.
|
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)
Access configuration parameters.
|
UpdateSourceLocationResult |
UpdateSourceLocationResult.withArn(String arn)
The Amazon Resource Name (ARN) associated with the source location.
|
UpdateSourceLocationResult |
UpdateSourceLocationResult.withCreationTime(Date creationTime)
The timestamp that indicates when the source location was created.
|
UpdateSourceLocationResult |
UpdateSourceLocationResult.withDefaultSegmentDeliveryConfiguration(DefaultSegmentDeliveryConfiguration defaultSegmentDeliveryConfiguration)
The optional configuration for the host server that serves segments.
|
UpdateSourceLocationResult |
UpdateSourceLocationResult.withHttpConfiguration(HttpConfiguration httpConfiguration)
The HTTP configuration 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)
The segment delivery configurations for the source location.
|
UpdateSourceLocationResult |
UpdateSourceLocationResult.withSegmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)
The segment delivery configurations for the source location.
|
UpdateSourceLocationResult |
UpdateSourceLocationResult.withSourceLocationName(String sourceLocationName)
The name of the source location.
|
UpdateSourceLocationResult |
UpdateSourceLocationResult.withTags(Map<String,String> tags)
The tags to assign to the source location.
|
Copyright © 2023. All rights reserved.