| 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 PutChannelPolicyResponse |
MediaTailorClient.putChannelPolicy(Consumer<PutChannelPolicyRequest.Builder> putChannelPolicyRequest)
Creates an IAM policy for the channel.
|
default CompletableFuture<PutChannelPolicyResponse> |
MediaTailorAsyncClient.putChannelPolicy(Consumer<PutChannelPolicyRequest.Builder> putChannelPolicyRequest)
Creates an IAM policy for the channel.
|
| Modifier and Type | Method and Description |
|---|---|
static PutChannelPolicyRequest.Builder |
PutChannelPolicyRequest.builder() |
PutChannelPolicyRequest.Builder |
PutChannelPolicyRequest.Builder.channelName(String channelName)
The identifier for the channel you are working on.
|
PutChannelPolicyRequest.Builder |
PutChannelPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutChannelPolicyRequest.Builder |
PutChannelPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutChannelPolicyRequest.Builder |
PutChannelPolicyRequest.Builder.policy(String policy)
Adds an IAM role that determines the permissions of your channel.
|
PutChannelPolicyRequest.Builder |
PutChannelPolicyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutChannelPolicyRequest.Builder> |
PutChannelPolicyRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.