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