| 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 CreateChannelResponse |
MediaTailorClient.createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)
Creates a channel.
|
default CreateChannelResponse |
MediaTailorClient.createChannel(CreateChannelRequest createChannelRequest)
Creates a channel.
|
default CreateProgramResponse |
MediaTailorClient.createProgram(Consumer<CreateProgramRequest.Builder> createProgramRequest)
Creates a program.
|
default CreateProgramResponse |
MediaTailorClient.createProgram(CreateProgramRequest createProgramRequest)
Creates a program.
|
default CreateSourceLocationResponse |
MediaTailorClient.createSourceLocation(Consumer<CreateSourceLocationRequest.Builder> createSourceLocationRequest)
Creates a source location on a specific channel.
|
default CreateSourceLocationResponse |
MediaTailorClient.createSourceLocation(CreateSourceLocationRequest createSourceLocationRequest)
Creates a source location on a specific channel.
|
default CreateVodSourceResponse |
MediaTailorClient.createVodSource(Consumer<CreateVodSourceRequest.Builder> createVodSourceRequest)
Creates name for a specific VOD source in a source location.
|
default CreateVodSourceResponse |
MediaTailorClient.createVodSource(CreateVodSourceRequest createVodSourceRequest)
Creates name for a specific VOD source in a source location.
|
default DeleteChannelResponse |
MediaTailorClient.deleteChannel(Consumer<DeleteChannelRequest.Builder> deleteChannelRequest)
Deletes a channel.
|
default DeleteChannelResponse |
MediaTailorClient.deleteChannel(DeleteChannelRequest deleteChannelRequest)
Deletes a channel.
|
default DeleteChannelPolicyResponse |
MediaTailorClient.deleteChannelPolicy(Consumer<DeleteChannelPolicyRequest.Builder> deleteChannelPolicyRequest)
Deletes a channel's IAM policy.
|
default DeleteChannelPolicyResponse |
MediaTailorClient.deleteChannelPolicy(DeleteChannelPolicyRequest deleteChannelPolicyRequest)
Deletes a channel's IAM policy.
|
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 DeleteProgramResponse |
MediaTailorClient.deleteProgram(Consumer<DeleteProgramRequest.Builder> deleteProgramRequest)
Deletes a specific program on a specific channel.
|
default DeleteProgramResponse |
MediaTailorClient.deleteProgram(DeleteProgramRequest deleteProgramRequest)
Deletes a specific program on a specific channel.
|
default DeleteSourceLocationResponse |
MediaTailorClient.deleteSourceLocation(Consumer<DeleteSourceLocationRequest.Builder> deleteSourceLocationRequest)
Deletes a source location on a specific channel.
|
default DeleteSourceLocationResponse |
MediaTailorClient.deleteSourceLocation(DeleteSourceLocationRequest deleteSourceLocationRequest)
Deletes a source location on a specific channel.
|
default DeleteVodSourceResponse |
MediaTailorClient.deleteVodSource(Consumer<DeleteVodSourceRequest.Builder> deleteVodSourceRequest)
Deletes a specific VOD source in a specific source location.
|
default DeleteVodSourceResponse |
MediaTailorClient.deleteVodSource(DeleteVodSourceRequest deleteVodSourceRequest)
Deletes a specific VOD source in a specific source location.
|
default DescribeChannelResponse |
MediaTailorClient.describeChannel(Consumer<DescribeChannelRequest.Builder> describeChannelRequest)
Describes the properties of a specific channel.
|
default DescribeChannelResponse |
MediaTailorClient.describeChannel(DescribeChannelRequest describeChannelRequest)
Describes the properties of a specific channel.
|
default DescribeProgramResponse |
MediaTailorClient.describeProgram(Consumer<DescribeProgramRequest.Builder> describeProgramRequest)
Retrieves the properties of the requested program.
|
default DescribeProgramResponse |
MediaTailorClient.describeProgram(DescribeProgramRequest describeProgramRequest)
Retrieves the properties of the requested program.
|
default DescribeSourceLocationResponse |
MediaTailorClient.describeSourceLocation(Consumer<DescribeSourceLocationRequest.Builder> describeSourceLocationRequest)
Retrieves the properties of the requested source location.
|
default DescribeSourceLocationResponse |
MediaTailorClient.describeSourceLocation(DescribeSourceLocationRequest describeSourceLocationRequest)
Retrieves the properties of the requested source location.
|
default DescribeVodSourceResponse |
MediaTailorClient.describeVodSource(Consumer<DescribeVodSourceRequest.Builder> describeVodSourceRequest)
Provides details about a specific VOD source in a specific source location.
|
default DescribeVodSourceResponse |
MediaTailorClient.describeVodSource(DescribeVodSourceRequest describeVodSourceRequest)
Provides details about a specific VOD source in a specific source location.
|
default GetChannelPolicyResponse |
MediaTailorClient.getChannelPolicy(Consumer<GetChannelPolicyRequest.Builder> getChannelPolicyRequest)
Retrieves information about a channel's IAM policy.
|
default GetChannelPolicyResponse |
MediaTailorClient.getChannelPolicy(GetChannelPolicyRequest getChannelPolicyRequest)
Retrieves information about a channel's IAM policy.
|
default GetChannelScheduleResponse |
MediaTailorClient.getChannelSchedule(Consumer<GetChannelScheduleRequest.Builder> getChannelScheduleRequest)
Retrieves information about your channel's schedule.
|
default GetChannelScheduleResponse |
MediaTailorClient.getChannelSchedule(GetChannelScheduleRequest getChannelScheduleRequest)
Retrieves information about your channel's schedule.
|
default GetChannelScheduleIterable |
MediaTailorClient.getChannelSchedulePaginator(Consumer<GetChannelScheduleRequest.Builder> getChannelScheduleRequest)
Retrieves information about your channel's schedule.
|
default GetChannelScheduleIterable |
MediaTailorClient.getChannelSchedulePaginator(GetChannelScheduleRequest getChannelScheduleRequest)
Retrieves information about your channel's schedule.
|
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 ListChannelsResponse |
MediaTailorClient.listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Retrieves a list of channels that are associated with this account.
|
default ListChannelsResponse |
MediaTailorClient.listChannels(ListChannelsRequest listChannelsRequest)
Retrieves a list of channels that are associated with this account.
|
default ListChannelsIterable |
MediaTailorClient.listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Retrieves a list of channels that are associated with this account.
|
default ListChannelsIterable |
MediaTailorClient.listChannelsPaginator(ListChannelsRequest listChannelsRequest)
Retrieves a list of channels that are associated with this account.
|
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 ListPlaybackConfigurationsIterable |
MediaTailorClient.listPlaybackConfigurationsPaginator()
Returns a list of the playback configurations defined in AWS Elemental MediaTailor.
|
default ListPlaybackConfigurationsIterable |
MediaTailorClient.listPlaybackConfigurationsPaginator(Consumer<ListPlaybackConfigurationsRequest.Builder> listPlaybackConfigurationsRequest)
Returns a list of the playback configurations defined in AWS Elemental MediaTailor.
|
default ListPlaybackConfigurationsIterable |
MediaTailorClient.listPlaybackConfigurationsPaginator(ListPlaybackConfigurationsRequest listPlaybackConfigurationsRequest)
Returns a list of the playback configurations defined in AWS Elemental MediaTailor.
|
default ListSourceLocationsResponse |
MediaTailorClient.listSourceLocations(Consumer<ListSourceLocationsRequest.Builder> listSourceLocationsRequest)
Retrieves a list of source locations.
|
default ListSourceLocationsResponse |
MediaTailorClient.listSourceLocations(ListSourceLocationsRequest listSourceLocationsRequest)
Retrieves a list of source locations.
|
default ListSourceLocationsIterable |
MediaTailorClient.listSourceLocationsPaginator(Consumer<ListSourceLocationsRequest.Builder> listSourceLocationsRequest)
Retrieves a list of source locations.
|
default ListSourceLocationsIterable |
MediaTailorClient.listSourceLocationsPaginator(ListSourceLocationsRequest listSourceLocationsRequest)
Retrieves a list of source locations.
|
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 ListVodSourcesResponse |
MediaTailorClient.listVodSources(Consumer<ListVodSourcesRequest.Builder> listVodSourcesRequest)
Lists all the VOD sources in a source location.
|
default ListVodSourcesResponse |
MediaTailorClient.listVodSources(ListVodSourcesRequest listVodSourcesRequest)
Lists all the VOD sources in a source location.
|
default ListVodSourcesIterable |
MediaTailorClient.listVodSourcesPaginator(Consumer<ListVodSourcesRequest.Builder> listVodSourcesRequest)
Lists all the VOD sources in a source location.
|
default ListVodSourcesIterable |
MediaTailorClient.listVodSourcesPaginator(ListVodSourcesRequest listVodSourcesRequest)
Lists all the VOD sources in a source location.
|
default PutChannelPolicyResponse |
MediaTailorClient.putChannelPolicy(Consumer<PutChannelPolicyRequest.Builder> putChannelPolicyRequest)
Creates an IAM policy for the channel.
|
default PutChannelPolicyResponse |
MediaTailorClient.putChannelPolicy(PutChannelPolicyRequest putChannelPolicyRequest)
Creates an IAM policy for the channel.
|
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 StartChannelResponse |
MediaTailorClient.startChannel(Consumer<StartChannelRequest.Builder> startChannelRequest)
Starts a specific channel.
|
default StartChannelResponse |
MediaTailorClient.startChannel(StartChannelRequest startChannelRequest)
Starts a specific channel.
|
default StopChannelResponse |
MediaTailorClient.stopChannel(Consumer<StopChannelRequest.Builder> stopChannelRequest)
Stops a specific channel.
|
default StopChannelResponse |
MediaTailorClient.stopChannel(StopChannelRequest stopChannelRequest)
Stops a specific channel.
|
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.
|
default UpdateChannelResponse |
MediaTailorClient.updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)
Updates an existing channel.
|
default UpdateChannelResponse |
MediaTailorClient.updateChannel(UpdateChannelRequest updateChannelRequest)
Updates an existing channel.
|
default UpdateSourceLocationResponse |
MediaTailorClient.updateSourceLocation(Consumer<UpdateSourceLocationRequest.Builder> updateSourceLocationRequest)
Updates a source location on a specific channel.
|
default UpdateSourceLocationResponse |
MediaTailorClient.updateSourceLocation(UpdateSourceLocationRequest updateSourceLocationRequest)
Updates a source location on a specific channel.
|
default UpdateVodSourceResponse |
MediaTailorClient.updateVodSource(Consumer<UpdateVodSourceRequest.Builder> updateVodSourceRequest)
Updates a specific VOD source in a specific source location.
|
default UpdateVodSourceResponse |
MediaTailorClient.updateVodSource(UpdateVodSourceRequest updateVodSourceRequest)
Updates a specific VOD source in a specific source location.
|
| 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 © 2021. All rights reserved.