| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
LogSettingsRequest |
LogSettingsRequest.clone() |
LogSettingsRequest |
LogSettingsRequest.withDestination(Destination destination)
Where the logs will be delivered.
|
LogSettingsRequest |
LogSettingsRequest.withDestination(String destination)
Where the logs will be delivered.
|
LogSettingsRequest |
LogSettingsRequest.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the AWS KMS customer managed key for encrypting audio logs delivered to an S3
bucket.
|
LogSettingsRequest |
LogSettingsRequest.withLogType(LogType logType)
The type of logging to enable.
|
LogSettingsRequest |
LogSettingsRequest.withLogType(String logType)
The type of logging to enable.
|
LogSettingsRequest |
LogSettingsRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs should be delivered.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogSettingsRequest> |
ConversationLogsRequest.getLogSettings()
The settings for your conversation logs.
|
| Modifier and Type | Method and Description |
|---|---|
ConversationLogsRequest |
ConversationLogsRequest.withLogSettings(LogSettingsRequest... logSettings)
The settings for your conversation logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConversationLogsRequest.setLogSettings(Collection<LogSettingsRequest> logSettings)
The settings for your conversation logs.
|
ConversationLogsRequest |
ConversationLogsRequest.withLogSettings(Collection<LogSettingsRequest> logSettings)
The settings for your conversation logs.
|
Copyright © 2023. All rights reserved.