Uses of Class
software.amazon.awssdk.services.mediatailor.model.DeleteChannelPolicyRequest
-
Packages that use DeleteChannelPolicyRequest 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.transform -
-
Uses of DeleteChannelPolicyRequest in software.amazon.awssdk.services.mediatailor
Methods in software.amazon.awssdk.services.mediatailor with parameters of type DeleteChannelPolicyRequest Modifier and Type Method Description default CompletableFuture<DeleteChannelPolicyResponse>MediaTailorAsyncClient. deleteChannelPolicy(DeleteChannelPolicyRequest deleteChannelPolicyRequest)The channel policy to delete.default DeleteChannelPolicyResponseMediaTailorClient. deleteChannelPolicy(DeleteChannelPolicyRequest deleteChannelPolicyRequest)The channel policy to delete. -
Uses of DeleteChannelPolicyRequest in software.amazon.awssdk.services.mediatailor.transform
Methods in software.amazon.awssdk.services.mediatailor.transform with parameters of type DeleteChannelPolicyRequest Modifier and Type Method Description SdkHttpFullRequestDeleteChannelPolicyRequestMarshaller. marshall(DeleteChannelPolicyRequest deleteChannelPolicyRequest)
-