Uses of Class
software.amazon.awssdk.services.mediaconvert.model.GetPolicyResponse
-
Packages that use GetPolicyResponse Package Description software.amazon.awssdk.services.mediaconvert AWS Elemental MediaConvert -
-
Uses of GetPolicyResponse in software.amazon.awssdk.services.mediaconvert
Methods in software.amazon.awssdk.services.mediaconvert that return GetPolicyResponse Modifier and Type Method Description default GetPolicyResponseMediaConvertClient. getPolicy(Consumer<GetPolicyRequest.Builder> getPolicyRequest)Retrieve the JSON for your policy.default GetPolicyResponseMediaConvertClient. getPolicy(GetPolicyRequest getPolicyRequest)Retrieve the JSON for your policy.Methods in software.amazon.awssdk.services.mediaconvert that return types with arguments of type GetPolicyResponse Modifier and Type Method Description default CompletableFuture<GetPolicyResponse>MediaConvertAsyncClient. getPolicy(Consumer<GetPolicyRequest.Builder> getPolicyRequest)Retrieve the JSON for your policy.default CompletableFuture<GetPolicyResponse>MediaConvertAsyncClient. getPolicy(GetPolicyRequest getPolicyRequest)Retrieve the JSON for your policy.
-