Uses of Interface
software.amazon.awssdk.services.mediapackagev2.model.PutChannelPolicyRequest.Builder
-
Packages that use PutChannelPolicyRequest.Builder Package Description software.amazon.awssdk.services.mediapackagev2 software.amazon.awssdk.services.mediapackagev2.model -
-
Uses of PutChannelPolicyRequest.Builder in software.amazon.awssdk.services.mediapackagev2
Method parameters in software.amazon.awssdk.services.mediapackagev2 with type arguments of type PutChannelPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<PutChannelPolicyResponse>MediaPackageV2AsyncClient. putChannelPolicy(Consumer<PutChannelPolicyRequest.Builder> putChannelPolicyRequest)Attaches an IAM policy to the specified channel.default PutChannelPolicyResponseMediaPackageV2Client. putChannelPolicy(Consumer<PutChannelPolicyRequest.Builder> putChannelPolicyRequest)Attaches an IAM policy to the specified channel. -
Uses of PutChannelPolicyRequest.Builder in software.amazon.awssdk.services.mediapackagev2.model
Methods in software.amazon.awssdk.services.mediapackagev2.model that return PutChannelPolicyRequest.Builder Modifier and Type Method Description static PutChannelPolicyRequest.BuilderPutChannelPolicyRequest. builder()PutChannelPolicyRequest.BuilderPutChannelPolicyRequest.Builder. channelGroupName(String channelGroupName)The name that describes the channel group.PutChannelPolicyRequest.BuilderPutChannelPolicyRequest.Builder. channelName(String channelName)The name that describes the channel.PutChannelPolicyRequest.BuilderPutChannelPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutChannelPolicyRequest.BuilderPutChannelPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutChannelPolicyRequest.BuilderPutChannelPolicyRequest.Builder. policy(String policy)The policy to attach to the specified channel.PutChannelPolicyRequest.BuilderPutChannelPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.mediapackagev2.model that return types with arguments of type PutChannelPolicyRequest.Builder Modifier and Type Method Description static Class<? extends PutChannelPolicyRequest.Builder>PutChannelPolicyRequest. serializableBuilderClass()
-