| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
List<LogConfigurationType> |
SetLogDeliveryConfigurationRequest.logConfigurations()
A collection of all of the detailed activity logging configurations for a user pool.
|
List<LogConfigurationType> |
LogDeliveryConfigurationType.logConfigurations()
The detailed activity logging destination of a user pool.
|
| Modifier and Type | Method and Description |
|---|---|
SetLogDeliveryConfigurationRequest.Builder |
SetLogDeliveryConfigurationRequest.Builder.logConfigurations(LogConfigurationType... logConfigurations)
A collection of all of the detailed activity logging configurations for a user pool.
|
LogDeliveryConfigurationType.Builder |
LogDeliveryConfigurationType.Builder.logConfigurations(LogConfigurationType... logConfigurations)
The detailed activity logging destination of a user pool.
|
| Modifier and Type | Method and Description |
|---|---|
SetLogDeliveryConfigurationRequest.Builder |
SetLogDeliveryConfigurationRequest.Builder.logConfigurations(Collection<LogConfigurationType> logConfigurations)
A collection of all of the detailed activity logging configurations for a user pool.
|
LogDeliveryConfigurationType.Builder |
LogDeliveryConfigurationType.Builder.logConfigurations(Collection<LogConfigurationType> logConfigurations)
The detailed activity logging destination of a user pool.
|
Copyright © 2023. All rights reserved.