Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.LogDeliveryConfigurationType
Packages that use LogDeliveryConfigurationType
-
Uses of LogDeliveryConfigurationType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return LogDeliveryConfigurationTypeModifier and TypeMethodDescriptionGetLogDeliveryConfigurationResponse.logDeliveryConfiguration()The logging configuration of the requested user pool.SetLogDeliveryConfigurationResponse.logDeliveryConfiguration()The logging configuration that you applied to the requested user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type LogDeliveryConfigurationTypeModifier and TypeMethodDescriptionGetLogDeliveryConfigurationResponse.Builder.logDeliveryConfiguration(LogDeliveryConfigurationType logDeliveryConfiguration) The logging configuration of the requested user pool.SetLogDeliveryConfigurationResponse.Builder.logDeliveryConfiguration(LogDeliveryConfigurationType logDeliveryConfiguration) The logging configuration that you applied to the requested user pool.