Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.LogConfigurationType
Packages that use LogConfigurationType
-
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 LogConfigurationTypeModifier and TypeMethodDescriptionfinal List<LogConfigurationType>LogDeliveryConfigurationType.logConfigurations()A logging destination of a user pool.final 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 LogConfigurationTypeModifier and TypeMethodDescriptionLogDeliveryConfigurationType.Builder.logConfigurations(LogConfigurationType... logConfigurations) A logging destination of a user pool.SetLogDeliveryConfigurationRequest.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 LogConfigurationTypeModifier and TypeMethodDescriptionLogDeliveryConfigurationType.Builder.logConfigurations(Collection<LogConfigurationType> logConfigurations) A logging destination of a user pool.SetLogDeliveryConfigurationRequest.Builder.logConfigurations(Collection<LogConfigurationType> logConfigurations) A collection of the logging configurations for a user pool.