Uses of Class
software.amazon.awssdk.services.mediatailor.model.GetChannelPolicyResponse
-
Packages that use GetChannelPolicyResponse 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 GetChannelPolicyResponse in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor that return GetChannelPolicyResponse Modifier and Type Method Description default GetChannelPolicyResponseMediaTailorClient. getChannelPolicy(Consumer<GetChannelPolicyRequest.Builder> getChannelPolicyRequest)Returns the channel's IAM policy.default GetChannelPolicyResponseMediaTailorClient. getChannelPolicy(GetChannelPolicyRequest getChannelPolicyRequest)Returns the channel's IAM policy.Methods in software.amazon.awssdk.services.mediatailor that return types with arguments of type GetChannelPolicyResponse Modifier and Type Method Description default CompletableFuture<GetChannelPolicyResponse>MediaTailorAsyncClient. getChannelPolicy(Consumer<GetChannelPolicyRequest.Builder> getChannelPolicyRequest)Returns the channel's IAM policy.default CompletableFuture<GetChannelPolicyResponse>MediaTailorAsyncClient. getChannelPolicy(GetChannelPolicyRequest getChannelPolicyRequest)Returns the channel's IAM policy.
-