Uses of Class
software.amazon.awssdk.services.comprehend.model.DescribeResourcePolicyResponse
-
Packages that use DescribeResourcePolicyResponse Package Description software.amazon.awssdk.services.comprehend Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. -
-
Uses of DescribeResourcePolicyResponse in software.amazon.awssdk.services.comprehend
Methods in software.amazon.awssdk.services.comprehend that return DescribeResourcePolicyResponse Modifier and Type Method Description default DescribeResourcePolicyResponseComprehendClient. describeResourcePolicy(Consumer<DescribeResourcePolicyRequest.Builder> describeResourcePolicyRequest)Gets the details of a resource-based policy that is attached to a custom model, including the JSON body of the policy.default DescribeResourcePolicyResponseComprehendClient. describeResourcePolicy(DescribeResourcePolicyRequest describeResourcePolicyRequest)Gets the details of a resource-based policy that is attached to a custom model, including the JSON body of the policy.Methods in software.amazon.awssdk.services.comprehend that return types with arguments of type DescribeResourcePolicyResponse Modifier and Type Method Description default CompletableFuture<DescribeResourcePolicyResponse>ComprehendAsyncClient. describeResourcePolicy(Consumer<DescribeResourcePolicyRequest.Builder> describeResourcePolicyRequest)Gets the details of a resource-based policy that is attached to a custom model, including the JSON body of the policy.default CompletableFuture<DescribeResourcePolicyResponse>ComprehendAsyncClient. describeResourcePolicy(DescribeResourcePolicyRequest describeResourcePolicyRequest)Gets the details of a resource-based policy that is attached to a custom model, including the JSON body of the policy.
-