| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor |
Use the AWS Elemental MediaTailor SDK to configure scalable ad insertion for your live and VOD content.
|
| software.amazon.awssdk.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
default DeletePlaybackConfigurationResponse |
MediaTailorClient.deletePlaybackConfiguration(Consumer<DeletePlaybackConfigurationRequest.Builder> deletePlaybackConfigurationRequest)
Deletes the playback configuration for the specified name.
|
default DeletePlaybackConfigurationResponse |
MediaTailorClient.deletePlaybackConfiguration(DeletePlaybackConfigurationRequest deletePlaybackConfigurationRequest)
Deletes the playback configuration for the specified name.
|
default GetPlaybackConfigurationResponse |
MediaTailorClient.getPlaybackConfiguration(Consumer<GetPlaybackConfigurationRequest.Builder> getPlaybackConfigurationRequest)
Returns the playback configuration for the specified name.
|
default GetPlaybackConfigurationResponse |
MediaTailorClient.getPlaybackConfiguration(GetPlaybackConfigurationRequest getPlaybackConfigurationRequest)
Returns the playback configuration for the specified name.
|
default ListPlaybackConfigurationsResponse |
MediaTailorClient.listPlaybackConfigurations()
Returns a list of the playback configurations defined in AWS Elemental MediaTailor.
|
default ListPlaybackConfigurationsResponse |
MediaTailorClient.listPlaybackConfigurations(Consumer<ListPlaybackConfigurationsRequest.Builder> listPlaybackConfigurationsRequest)
Returns a list of the playback configurations defined in AWS Elemental MediaTailor.
|
default ListPlaybackConfigurationsResponse |
MediaTailorClient.listPlaybackConfigurations(ListPlaybackConfigurationsRequest listPlaybackConfigurationsRequest)
Returns a list of the playback configurations defined in AWS Elemental MediaTailor.
|
default ListTagsForResourceResponse |
MediaTailorClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of the tags assigned to the specified playback configuration resource.
|
default ListTagsForResourceResponse |
MediaTailorClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of the tags assigned to the specified playback configuration resource.
|
default PutPlaybackConfigurationResponse |
MediaTailorClient.putPlaybackConfiguration(Consumer<PutPlaybackConfigurationRequest.Builder> putPlaybackConfigurationRequest)
Adds a new playback configuration to AWS Elemental MediaTailor.
|
default PutPlaybackConfigurationResponse |
MediaTailorClient.putPlaybackConfiguration(PutPlaybackConfigurationRequest putPlaybackConfigurationRequest)
Adds a new playback configuration to AWS Elemental MediaTailor.
|
default TagResourceResponse |
MediaTailorClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds tags to the specified playback configuration resource.
|
default TagResourceResponse |
MediaTailorClient.tagResource(TagResourceRequest tagResourceRequest)
Adds tags to the specified playback configuration resource.
|
default UntagResourceResponse |
MediaTailorClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags from the specified playback configuration resource.
|
default UntagResourceResponse |
MediaTailorClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from the specified playback configuration resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BadRequestException
Invalid request parameters.
|
| Modifier and Type | Method and Description |
|---|---|
MediaTailorException |
MediaTailorException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(MediaTailorException ex) |
Copyright © 2019. All rights reserved.