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()The detailed activity logging destination of a user pool.List<LogConfigurationType>SetLogDeliveryConfigurationRequest. logConfigurations()A collection of all of the detailed activity 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)The detailed activity logging destination of a user pool.SetLogDeliveryConfigurationRequest.BuilderSetLogDeliveryConfigurationRequest.Builder. logConfigurations(LogConfigurationType... logConfigurations)A collection of all of the detailed activity 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)The detailed activity logging destination of a user pool.SetLogDeliveryConfigurationRequest.BuilderSetLogDeliveryConfigurationRequest.Builder. logConfigurations(Collection<LogConfigurationType> logConfigurations)A collection of all of the detailed activity logging configurations for a user pool.
-