Uses of Class
software.amazon.awssdk.services.mediatailor.model.PutChannelPolicyResponse
-
Packages that use PutChannelPolicyResponse Package Description software.amazon.awssdk.services.mediatailor Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. -
-
Uses of PutChannelPolicyResponse in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor that return PutChannelPolicyResponse Modifier and Type Method Description default PutChannelPolicyResponseMediaTailorClient. putChannelPolicy(Consumer<PutChannelPolicyRequest.Builder> putChannelPolicyRequest)Creates an IAM policy for the channel.default PutChannelPolicyResponseMediaTailorClient. putChannelPolicy(PutChannelPolicyRequest putChannelPolicyRequest)Creates an IAM policy for the channel.Methods in software.amazon.awssdk.services.mediatailor that return types with arguments of type PutChannelPolicyResponse Modifier and Type Method Description default CompletableFuture<PutChannelPolicyResponse>MediaTailorAsyncClient. putChannelPolicy(Consumer<PutChannelPolicyRequest.Builder> putChannelPolicyRequest)Creates an IAM policy for the channel.default CompletableFuture<PutChannelPolicyResponse>MediaTailorAsyncClient. putChannelPolicy(PutChannelPolicyRequest putChannelPolicyRequest)Creates an IAM policy for the channel.
-