| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutResourcePolicyResult> |
AbstractAmazonComprehendAsync.putResourcePolicyAsync(PutResourcePolicyRequest request,
AsyncHandler<PutResourcePolicyRequest,PutResourcePolicyResult> asyncHandler) |
Future<PutResourcePolicyResult> |
AmazonComprehendAsync.putResourcePolicyAsync(PutResourcePolicyRequest putResourcePolicyRequest,
AsyncHandler<PutResourcePolicyRequest,PutResourcePolicyResult> asyncHandler)
Attaches a resource-based policy to a custom model.
|
Future<PutResourcePolicyResult> |
AmazonComprehendAsyncClient.putResourcePolicyAsync(PutResourcePolicyRequest request,
AsyncHandler<PutResourcePolicyRequest,PutResourcePolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutResourcePolicyRequest |
PutResourcePolicyRequest.clone() |
PutResourcePolicyRequest |
PutResourcePolicyRequest.withPolicyRevisionId(String policyRevisionId)
The revision ID that Amazon Comprehend assigned to the policy that you are updating.
|
PutResourcePolicyRequest |
PutResourcePolicyRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the custom model to attach the policy to.
|
PutResourcePolicyRequest |
PutResourcePolicyRequest.withResourcePolicy(String resourcePolicy)
The JSON resource-based policy to attach to your custom model.
|
Copyright © 2024. All rights reserved.