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