| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivschat.model |
| Modifier and Type | Method and Description |
|---|---|
static ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.builder() |
ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.Builder.loggingConfigurations(Collection<LoggingConfigurationSummary> loggingConfigurations)
List of the matching logging configurations (summary information only).
|
ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.Builder.loggingConfigurations(Consumer<LoggingConfigurationSummary.Builder>... loggingConfigurations)
List of the matching logging configurations (summary information only).
|
ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.Builder.loggingConfigurations(LoggingConfigurationSummary... loggingConfigurations)
List of the matching logging configurations (summary information only).
|
ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.Builder.nextToken(String nextToken)
If there are more logging configurations than
maxResults, use nextToken in the
request to get the next set. |
ListLoggingConfigurationsResponse.Builder |
ListLoggingConfigurationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListLoggingConfigurationsResponse.Builder> |
ListLoggingConfigurationsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.