| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeResourcePolicyResponse |
ComprehendClient.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 DescribeResourcePolicyResponse |
ComprehendClient.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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.