| 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 |
|---|---|
Future<ConfigureLogsForChannelResult> |
AWSMediaTailorAsyncClient.configureLogsForChannelAsync(ConfigureLogsForChannelRequest request,
AsyncHandler<ConfigureLogsForChannelRequest,ConfigureLogsForChannelResult> asyncHandler) |
Future<ConfigureLogsForChannelResult> |
AbstractAWSMediaTailorAsync.configureLogsForChannelAsync(ConfigureLogsForChannelRequest request,
AsyncHandler<ConfigureLogsForChannelRequest,ConfigureLogsForChannelResult> asyncHandler) |
Future<ConfigureLogsForChannelResult> |
AWSMediaTailorAsync.configureLogsForChannelAsync(ConfigureLogsForChannelRequest configureLogsForChannelRequest,
AsyncHandler<ConfigureLogsForChannelRequest,ConfigureLogsForChannelResult> asyncHandler)
Configures Amazon CloudWatch log settings for a channel.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigureLogsForChannelRequest |
ConfigureLogsForChannelRequest.clone() |
ConfigureLogsForChannelRequest |
ConfigureLogsForChannelRequest.withChannelName(String channelName)
The name of the channel.
|
ConfigureLogsForChannelRequest |
ConfigureLogsForChannelRequest.withLogTypes(Collection<String> logTypes)
The types of logs to collect.
|
ConfigureLogsForChannelRequest |
ConfigureLogsForChannelRequest.withLogTypes(LogType... logTypes)
The types of logs to collect.
|
ConfigureLogsForChannelRequest |
ConfigureLogsForChannelRequest.withLogTypes(String... logTypes)
The types of logs to collect.
|
Copyright © 2024. All rights reserved.