| Package | Description |
|---|---|
| com.amazonaws.services.ivschat |
Introduction
|
| com.amazonaws.services.ivschat.model |
| Modifier and Type | Method and Description |
|---|---|
GetLoggingConfigurationResult |
AbstractAmazonivschat.getLoggingConfiguration(GetLoggingConfigurationRequest request) |
GetLoggingConfigurationResult |
AmazonivschatClient.getLoggingConfiguration(GetLoggingConfigurationRequest request)
Gets the specified logging configuration.
|
GetLoggingConfigurationResult |
Amazonivschat.getLoggingConfiguration(GetLoggingConfigurationRequest getLoggingConfigurationRequest)
Gets the specified logging configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetLoggingConfigurationResult> |
AbstractAmazonivschatAsync.getLoggingConfigurationAsync(GetLoggingConfigurationRequest request,
AsyncHandler<GetLoggingConfigurationRequest,GetLoggingConfigurationResult> asyncHandler) |
Future<GetLoggingConfigurationResult> |
AmazonivschatAsync.getLoggingConfigurationAsync(GetLoggingConfigurationRequest getLoggingConfigurationRequest,
AsyncHandler<GetLoggingConfigurationRequest,GetLoggingConfigurationResult> asyncHandler)
Gets the specified logging configuration.
|
Future<GetLoggingConfigurationResult> |
AmazonivschatAsyncClient.getLoggingConfigurationAsync(GetLoggingConfigurationRequest request,
AsyncHandler<GetLoggingConfigurationRequest,GetLoggingConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetLoggingConfigurationResult |
GetLoggingConfigurationResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetLoggingConfigurationResult |
GetLoggingConfigurationResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetLoggingConfigurationResult |
GetLoggingConfigurationResult.clone() |
GetLoggingConfigurationResult |
GetLoggingConfigurationResult.withArn(String arn)
Logging-configuration ARN, from the request (if
identifier was an ARN). |
GetLoggingConfigurationResult |
GetLoggingConfigurationResult.withCreateTime(Date createTime)
Time when the logging configuration was created.
|
GetLoggingConfigurationResult |
GetLoggingConfigurationResult.withDestinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains a destination configuration for where chat content will be logged.
|
GetLoggingConfigurationResult |
GetLoggingConfigurationResult.withId(String id)
Logging-configuration ID, generated by the system.
|
GetLoggingConfigurationResult |
GetLoggingConfigurationResult.withName(String name)
Logging-configuration name.
|
GetLoggingConfigurationResult |
GetLoggingConfigurationResult.withState(LoggingConfigurationState state)
The state of the logging configuration.
|
GetLoggingConfigurationResult |
GetLoggingConfigurationResult.withState(String state)
The state of the logging configuration.
|
GetLoggingConfigurationResult |
GetLoggingConfigurationResult.withTags(Map<String,String> tags)
Tags attached to the resource.
|
GetLoggingConfigurationResult |
GetLoggingConfigurationResult.withUpdateTime(Date updateTime)
Time of the logging configuration’s last update.
|
Copyright © 2023. All rights reserved.