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