| Package | Description |
|---|---|
| com.amazonaws.services.ivschat.model |
| Modifier and Type | Method and Description |
|---|---|
LoggingConfigurationSummary |
LoggingConfigurationSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
LoggingConfigurationSummary |
LoggingConfigurationSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
LoggingConfigurationSummary |
LoggingConfigurationSummary.clone() |
LoggingConfigurationSummary |
LoggingConfigurationSummary.withArn(String arn)
Logging-configuration ARN.
|
LoggingConfigurationSummary |
LoggingConfigurationSummary.withCreateTime(Date createTime)
Time when the logging configuration was created.
|
LoggingConfigurationSummary |
LoggingConfigurationSummary.withDestinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains a destination configuration for where chat content will be logged.
|
LoggingConfigurationSummary |
LoggingConfigurationSummary.withId(String id)
Logging-configuration ID, generated by the system.
|
LoggingConfigurationSummary |
LoggingConfigurationSummary.withName(String name)
Logging-configuration name.
|
LoggingConfigurationSummary |
LoggingConfigurationSummary.withState(LoggingConfigurationState state)
The state of the logging configuration.
|
LoggingConfigurationSummary |
LoggingConfigurationSummary.withState(String state)
The state of the logging configuration.
|
LoggingConfigurationSummary |
LoggingConfigurationSummary.withTags(Map<String,String> tags)
Tags to attach to the resource.
|
LoggingConfigurationSummary |
LoggingConfigurationSummary.withUpdateTime(Date updateTime)
Time of the logging configuration’s last update.
|
| Modifier and Type | Method and Description |
|---|---|
List<LoggingConfigurationSummary> |
ListLoggingConfigurationsResult.getLoggingConfigurations()
List of the matching logging configurations (summary information only).
|
| Modifier and Type | Method and Description |
|---|---|
ListLoggingConfigurationsResult |
ListLoggingConfigurationsResult.withLoggingConfigurations(LoggingConfigurationSummary... loggingConfigurations)
List of the matching logging configurations (summary information only).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLoggingConfigurationsResult.setLoggingConfigurations(Collection<LoggingConfigurationSummary> loggingConfigurations)
List of the matching logging configurations (summary information only).
|
ListLoggingConfigurationsResult |
ListLoggingConfigurationsResult.withLoggingConfigurations(Collection<LoggingConfigurationSummary> loggingConfigurations)
List of the matching logging configurations (summary information only).
|
Copyright © 2023. All rights reserved.