Uses of Interface
software.amazon.awssdk.services.mediatailor.model.GetChannelPolicyRequest.Builder
-
Packages that use GetChannelPolicyRequest.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 GetChannelPolicyRequest.Builder in software.amazon.awssdk.services.mediatailor
Method parameters in software.amazon.awssdk.services.mediatailor with type arguments of type GetChannelPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<GetChannelPolicyResponse>MediaTailorAsyncClient. getChannelPolicy(Consumer<GetChannelPolicyRequest.Builder> getChannelPolicyRequest)Returns the channel's IAM policy.default GetChannelPolicyResponseMediaTailorClient. getChannelPolicy(Consumer<GetChannelPolicyRequest.Builder> getChannelPolicyRequest)Returns the channel's IAM policy. -
Uses of GetChannelPolicyRequest.Builder in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return GetChannelPolicyRequest.Builder Modifier and Type Method Description static GetChannelPolicyRequest.BuilderGetChannelPolicyRequest. builder()GetChannelPolicyRequest.BuilderGetChannelPolicyRequest.Builder. channelName(String channelName)The name of the channel associated with this Channel Policy.GetChannelPolicyRequest.BuilderGetChannelPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetChannelPolicyRequest.BuilderGetChannelPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetChannelPolicyRequest.BuilderGetChannelPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type GetChannelPolicyRequest.Builder Modifier and Type Method Description static Class<? extends GetChannelPolicyRequest.Builder>GetChannelPolicyRequest. serializableBuilderClass()
-