DestinationConfiguration |
CreateLoggingConfigurationRequest.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 |
GetLoggingConfigurationResponse.destinationConfiguration() |
A complex type that contains a destination configuration for where chat content will be logged.
|
DestinationConfiguration |
LoggingConfigurationSummary.destinationConfiguration() |
A complex type that contains a destination configuration for where chat content will be logged.
|
DestinationConfiguration |
UpdateLoggingConfigurationRequest.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(Consumer<CloudWatchLogsDestinationConfiguration.Builder> cloudWatchLogs) |
Create an instance of this class with cloudWatchLogs() initialized to the given value.
|
static DestinationConfiguration |
DestinationConfiguration.fromCloudWatchLogs(CloudWatchLogsDestinationConfiguration 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.
|