| 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 |
|---|---|
Future<UpdateFlywheelResult> |
AbstractAmazonComprehendAsync.updateFlywheelAsync(UpdateFlywheelRequest request,
AsyncHandler<UpdateFlywheelRequest,UpdateFlywheelResult> asyncHandler) |
Future<UpdateFlywheelResult> |
AmazonComprehendAsync.updateFlywheelAsync(UpdateFlywheelRequest updateFlywheelRequest,
AsyncHandler<UpdateFlywheelRequest,UpdateFlywheelResult> asyncHandler)
Update the configuration information for an existing flywheel.
|
Future<UpdateFlywheelResult> |
AmazonComprehendAsyncClient.updateFlywheelAsync(UpdateFlywheelRequest request,
AsyncHandler<UpdateFlywheelRequest,UpdateFlywheelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateFlywheelRequest |
UpdateFlywheelRequest.clone() |
UpdateFlywheelRequest |
UpdateFlywheelRequest.withActiveModelArn(String activeModelArn)
The Amazon Resource Number (ARN) of the active model version.
|
UpdateFlywheelRequest |
UpdateFlywheelRequest.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend
permission to access the flywheel data.
|
UpdateFlywheelRequest |
UpdateFlywheelRequest.withDataSecurityConfig(UpdateDataSecurityConfig dataSecurityConfig)
Flywheel data security configuration.
|
UpdateFlywheelRequest |
UpdateFlywheelRequest.withFlywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel to update.
|
Copyright © 2023. All rights reserved.