| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an AWS service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeResourcePolicyResult |
AbstractAmazonComprehend.describeResourcePolicy(DescribeResourcePolicyRequest request) |
DescribeResourcePolicyResult |
AmazonComprehend.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.
|
DescribeResourcePolicyResult |
AmazonComprehendClient.describeResourcePolicy(DescribeResourcePolicyRequest request)
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 |
|---|---|
Future<DescribeResourcePolicyResult> |
AmazonComprehendAsyncClient.describeResourcePolicyAsync(DescribeResourcePolicyRequest request,
AsyncHandler<DescribeResourcePolicyRequest,DescribeResourcePolicyResult> asyncHandler) |
Future<DescribeResourcePolicyResult> |
AmazonComprehendAsync.describeResourcePolicyAsync(DescribeResourcePolicyRequest describeResourcePolicyRequest,
AsyncHandler<DescribeResourcePolicyRequest,DescribeResourcePolicyResult> asyncHandler)
Gets the details of a resource-based policy that is attached to a custom model, including the JSON body of the
policy.
|
Future<DescribeResourcePolicyResult> |
AbstractAmazonComprehendAsync.describeResourcePolicyAsync(DescribeResourcePolicyRequest request,
AsyncHandler<DescribeResourcePolicyRequest,DescribeResourcePolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeResourcePolicyResult |
DescribeResourcePolicyResult.clone() |
DescribeResourcePolicyResult |
DescribeResourcePolicyResult.withCreationTime(Date creationTime)
The time at which the policy was created.
|
DescribeResourcePolicyResult |
DescribeResourcePolicyResult.withLastModifiedTime(Date lastModifiedTime)
The time at which the policy was last modified.
|
DescribeResourcePolicyResult |
DescribeResourcePolicyResult.withPolicyRevisionId(String policyRevisionId)
The revision ID of the policy.
|
DescribeResourcePolicyResult |
DescribeResourcePolicyResult.withResourcePolicy(String resourcePolicy)
The JSON body of the resource-based policy.
|
Copyright © 2022. All rights reserved.