Uses of Class
software.amazon.awssdk.services.mediapackagev2.model.GetChannelPolicyResponse
-
Packages that use GetChannelPolicyResponse Package Description software.amazon.awssdk.services.mediapackagev2 -
-
Uses of GetChannelPolicyResponse in software.amazon.awssdk.services.mediapackagev2
Methods in software.amazon.awssdk.services.mediapackagev2 that return GetChannelPolicyResponse Modifier and Type Method Description default GetChannelPolicyResponseMediaPackageV2Client. getChannelPolicy(Consumer<GetChannelPolicyRequest.Builder> getChannelPolicyRequest)Retrieves the specified channel policy that's configured in AWS Elemental MediaPackage.default GetChannelPolicyResponseMediaPackageV2Client. getChannelPolicy(GetChannelPolicyRequest getChannelPolicyRequest)Retrieves the specified channel policy that's configured in AWS Elemental MediaPackage.Methods in software.amazon.awssdk.services.mediapackagev2 that return types with arguments of type GetChannelPolicyResponse Modifier and Type Method Description default CompletableFuture<GetChannelPolicyResponse>MediaPackageV2AsyncClient. getChannelPolicy(Consumer<GetChannelPolicyRequest.Builder> getChannelPolicyRequest)Retrieves the specified channel policy that's configured in AWS Elemental MediaPackage.default CompletableFuture<GetChannelPolicyResponse>MediaPackageV2AsyncClient. getChannelPolicy(GetChannelPolicyRequest getChannelPolicyRequest)Retrieves the specified channel policy that's configured in AWS Elemental MediaPackage.
-