| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
LogConfigurationType |
LogConfigurationType.clone() |
LogConfigurationType |
LogConfigurationType.withCloudWatchLogsConfiguration(CloudWatchLogsConfigurationType cloudWatchLogsConfiguration)
The CloudWatch logging destination of a user pool.
|
LogConfigurationType |
LogConfigurationType.withEventSource(EventSourceName eventSource)
The source of events that your user pool sends for detailed activity logging.
|
LogConfigurationType |
LogConfigurationType.withEventSource(String eventSource)
The source of events that your user pool sends for detailed activity logging.
|
LogConfigurationType |
LogConfigurationType.withLogLevel(LogLevel logLevel)
The
errorlevel selection of logs that a user pool sends for detailed activity logging. |
LogConfigurationType |
LogConfigurationType.withLogLevel(String logLevel)
The
errorlevel selection of logs that a user pool sends for detailed activity logging. |
| Modifier and Type | Method and Description |
|---|---|
List<LogConfigurationType> |
LogDeliveryConfigurationType.getLogConfigurations()
The detailed activity logging destination of a user pool.
|
List<LogConfigurationType> |
SetLogDeliveryConfigurationRequest.getLogConfigurations()
A collection of all of the detailed activity logging configurations for a user pool.
|
| Modifier and Type | Method and Description |
|---|---|
LogDeliveryConfigurationType |
LogDeliveryConfigurationType.withLogConfigurations(LogConfigurationType... logConfigurations)
The detailed activity logging destination of a user pool.
|
SetLogDeliveryConfigurationRequest |
SetLogDeliveryConfigurationRequest.withLogConfigurations(LogConfigurationType... logConfigurations)
A collection of all of the detailed activity logging configurations for a user pool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogDeliveryConfigurationType.setLogConfigurations(Collection<LogConfigurationType> logConfigurations)
The detailed activity logging destination of a user pool.
|
void |
SetLogDeliveryConfigurationRequest.setLogConfigurations(Collection<LogConfigurationType> logConfigurations)
A collection of all of the detailed activity logging configurations for a user pool.
|
LogDeliveryConfigurationType |
LogDeliveryConfigurationType.withLogConfigurations(Collection<LogConfigurationType> logConfigurations)
The detailed activity logging destination of a user pool.
|
SetLogDeliveryConfigurationRequest |
SetLogDeliveryConfigurationRequest.withLogConfigurations(Collection<LogConfigurationType> logConfigurations)
A collection of all of the detailed activity logging configurations for a user pool.
|
Copyright © 2023. All rights reserved.