Uses of Class
software.amazon.awssdk.services.ivschat.model.LoggingConfigurationSummary
-
Packages that use LoggingConfigurationSummary Package Description software.amazon.awssdk.services.ivschat.model -
-
Uses of LoggingConfigurationSummary in software.amazon.awssdk.services.ivschat.model
Methods in software.amazon.awssdk.services.ivschat.model that return types with arguments of type LoggingConfigurationSummary Modifier and Type Method Description List<LoggingConfigurationSummary>ListLoggingConfigurationsResponse. loggingConfigurations()List of the matching logging configurations (summary information only).Methods in software.amazon.awssdk.services.ivschat.model with parameters of type LoggingConfigurationSummary Modifier and Type Method Description ListLoggingConfigurationsResponse.BuilderListLoggingConfigurationsResponse.Builder. loggingConfigurations(LoggingConfigurationSummary... loggingConfigurations)List of the matching logging configurations (summary information only).Method parameters in software.amazon.awssdk.services.ivschat.model with type arguments of type LoggingConfigurationSummary Modifier and Type Method Description ListLoggingConfigurationsResponse.BuilderListLoggingConfigurationsResponse.Builder. loggingConfigurations(Collection<LoggingConfigurationSummary> loggingConfigurations)List of the matching logging configurations (summary information only).
-