| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivschat.model |
| Modifier and Type | Method and Description |
|---|---|
DestinationConfiguration |
LoggingConfigurationSummary.destinationConfiguration()
A complex type that contains a destination configuration for where chat content will be logged.
|
DestinationConfiguration |
GetLoggingConfigurationResponse.destinationConfiguration()
A complex type that contains a destination configuration for where chat content will be logged.
|
DestinationConfiguration |
CreateLoggingConfigurationResponse.destinationConfiguration()
A complex type that contains a destination configuration for where chat content will be logged, from the request.
|
DestinationConfiguration |
UpdateLoggingConfigurationRequest.destinationConfiguration()
A complex type that contains a destination configuration for where chat content will be logged.
|
DestinationConfiguration |
CreateLoggingConfigurationRequest.destinationConfiguration()
A complex type that contains a destination configuration for where chat content will be logged.
|
DestinationConfiguration |
UpdateLoggingConfigurationResponse.destinationConfiguration()
A complex type that contains a destination configuration for where chat content will be logged, from the request.
|
static DestinationConfiguration |
DestinationConfiguration.fromCloudWatchLogs(CloudWatchLogsDestinationConfiguration cloudWatchLogs)
Create an instance of this class with
cloudWatchLogs() initialized to the given value. |
static DestinationConfiguration |
DestinationConfiguration.fromCloudWatchLogs(Consumer<CloudWatchLogsDestinationConfiguration.Builder> cloudWatchLogs)
Create an instance of this class with
cloudWatchLogs() initialized to the given value. |
static DestinationConfiguration |
DestinationConfiguration.fromFirehose(Consumer<FirehoseDestinationConfiguration.Builder> firehose)
Create an instance of this class with
firehose() initialized to the given value. |
static DestinationConfiguration |
DestinationConfiguration.fromFirehose(FirehoseDestinationConfiguration firehose)
Create an instance of this class with
firehose() initialized to the given value. |
static DestinationConfiguration |
DestinationConfiguration.fromS3(Consumer<S3DestinationConfiguration.Builder> s3)
Create an instance of this class with
s3() initialized to the given value. |
static DestinationConfiguration |
DestinationConfiguration.fromS3(S3DestinationConfiguration s3)
Create an instance of this class with
s3() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
LoggingConfigurationSummary.Builder |
LoggingConfigurationSummary.Builder.destinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains a destination configuration for where chat content will be logged.
|
GetLoggingConfigurationResponse.Builder |
GetLoggingConfigurationResponse.Builder.destinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains a destination configuration for where chat content will be logged.
|
CreateLoggingConfigurationResponse.Builder |
CreateLoggingConfigurationResponse.Builder.destinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains a destination configuration for where chat content will be logged, from the
request.
|
UpdateLoggingConfigurationRequest.Builder |
UpdateLoggingConfigurationRequest.Builder.destinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains a destination configuration for where chat content will be logged.
|
CreateLoggingConfigurationRequest.Builder |
CreateLoggingConfigurationRequest.Builder.destinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains a destination configuration for where chat content will be logged.
|
UpdateLoggingConfigurationResponse.Builder |
UpdateLoggingConfigurationResponse.Builder.destinationConfiguration(DestinationConfiguration destinationConfiguration)
A complex type that contains a destination configuration for where chat content will be logged, from the
request.
|
Copyright © 2023. All rights reserved.