Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.LogConfigurationType
-
Packages that use LogConfigurationType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of LogConfigurationType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type LogConfigurationType Modifier and Type Method Description List<LogConfigurationType>LogDeliveryConfigurationType. logConfigurations()A logging destination of a user pool.List<LogConfigurationType>SetLogDeliveryConfigurationRequest. logConfigurations()A collection of the logging configurations for a user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type LogConfigurationType Modifier and Type Method Description LogDeliveryConfigurationType.BuilderLogDeliveryConfigurationType.Builder. logConfigurations(LogConfigurationType... logConfigurations)A logging destination of a user pool.SetLogDeliveryConfigurationRequest.BuilderSetLogDeliveryConfigurationRequest.Builder. logConfigurations(LogConfigurationType... logConfigurations)A collection of the logging configurations for a user pool.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type LogConfigurationType Modifier and Type Method Description LogDeliveryConfigurationType.BuilderLogDeliveryConfigurationType.Builder. logConfigurations(Collection<LogConfigurationType> logConfigurations)A logging destination of a user pool.SetLogDeliveryConfigurationRequest.BuilderSetLogDeliveryConfigurationRequest.Builder. logConfigurations(Collection<LogConfigurationType> logConfigurations)A collection of the logging configurations for a user pool.
-