Uses of Interface
software.amazon.awssdk.services.mediatailor.model.PutChannelPolicyRequest.Builder
-
Packages that use PutChannelPolicyRequest.Builder 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 -
-
Uses of PutChannelPolicyRequest.Builder in software.amazon.awssdk.services.mediatailor
Method parameters in software.amazon.awssdk.services.mediatailor with type arguments of type PutChannelPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<PutChannelPolicyResponse>MediaTailorAsyncClient. putChannelPolicy(Consumer<PutChannelPolicyRequest.Builder> putChannelPolicyRequest)Creates an IAM policy for the channel.default PutChannelPolicyResponseMediaTailorClient. putChannelPolicy(Consumer<PutChannelPolicyRequest.Builder> putChannelPolicyRequest)Creates an IAM policy for the channel. -
Uses of PutChannelPolicyRequest.Builder in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return PutChannelPolicyRequest.Builder Modifier and Type Method Description static PutChannelPolicyRequest.BuilderPutChannelPolicyRequest. builder()PutChannelPolicyRequest.BuilderPutChannelPolicyRequest.Builder. channelName(String channelName)The channel name associated with this Channel Policy.PutChannelPolicyRequest.BuilderPutChannelPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutChannelPolicyRequest.BuilderPutChannelPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutChannelPolicyRequest.BuilderPutChannelPolicyRequest.Builder. policy(String policy)Adds an IAM role that determines the permissions of your channel.PutChannelPolicyRequest.BuilderPutChannelPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type PutChannelPolicyRequest.Builder Modifier and Type Method Description static Class<? extends PutChannelPolicyRequest.Builder>PutChannelPolicyRequest. serializableBuilderClass()
-