| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelbuilding.model |
| Modifier and Type | Method and Description |
|---|---|
LogSettingsResponse |
LogSettingsResponse.clone() |
LogSettingsResponse |
LogSettingsResponse.withDestination(Destination destination)
The destination where logs are delivered.
|
LogSettingsResponse |
LogSettingsResponse.withDestination(String destination)
The destination where logs are delivered.
|
LogSettingsResponse |
LogSettingsResponse.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the key used to encrypt audio logs in an S3 bucket.
|
LogSettingsResponse |
LogSettingsResponse.withLogType(LogType logType)
The type of logging that is enabled.
|
LogSettingsResponse |
LogSettingsResponse.withLogType(String logType)
The type of logging that is enabled.
|
LogSettingsResponse |
LogSettingsResponse.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the CloudWatch Logs log group or S3 bucket where the logs are delivered.
|
LogSettingsResponse |
LogSettingsResponse.withResourcePrefix(String resourcePrefix)
The resource prefix is the first part of the S3 object key within the S3 bucket that you specified to contain
audio logs.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogSettingsResponse> |
ConversationLogsResponse.getLogSettings()
The settings for your conversation logs.
|
| Modifier and Type | Method and Description |
|---|---|
ConversationLogsResponse |
ConversationLogsResponse.withLogSettings(LogSettingsResponse... logSettings)
The settings for your conversation logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConversationLogsResponse.setLogSettings(Collection<LogSettingsResponse> logSettings)
The settings for your conversation logs.
|
ConversationLogsResponse |
ConversationLogsResponse.withLogSettings(Collection<LogSettingsResponse> logSettings)
The settings for your conversation logs.
|
Copyright © 2020. All rights reserved.