Uses of Class
software.amazon.awssdk.services.mediapackagev2.model.PutChannelPolicyResponse
-
Packages that use PutChannelPolicyResponse Package Description software.amazon.awssdk.services.mediapackagev2 -
-
Uses of PutChannelPolicyResponse in software.amazon.awssdk.services.mediapackagev2
Methods in software.amazon.awssdk.services.mediapackagev2 that return PutChannelPolicyResponse Modifier and Type Method Description default PutChannelPolicyResponseMediaPackageV2Client. putChannelPolicy(Consumer<PutChannelPolicyRequest.Builder> putChannelPolicyRequest)Attaches an IAM policy to the specified channel.default PutChannelPolicyResponseMediaPackageV2Client. putChannelPolicy(PutChannelPolicyRequest putChannelPolicyRequest)Attaches an IAM policy to the specified channel.Methods in software.amazon.awssdk.services.mediapackagev2 that return types with arguments of type PutChannelPolicyResponse Modifier and Type Method Description default CompletableFuture<PutChannelPolicyResponse>MediaPackageV2AsyncClient. putChannelPolicy(Consumer<PutChannelPolicyRequest.Builder> putChannelPolicyRequest)Attaches an IAM policy to the specified channel.default CompletableFuture<PutChannelPolicyResponse>MediaPackageV2AsyncClient. putChannelPolicy(PutChannelPolicyRequest putChannelPolicyRequest)Attaches an IAM policy to the specified channel.
-