Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.LogDeliveryConfigurationType
-
Packages that use LogDeliveryConfigurationType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of LogDeliveryConfigurationType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return LogDeliveryConfigurationType Modifier and Type Method Description LogDeliveryConfigurationTypeGetLogDeliveryConfigurationResponse. logDeliveryConfiguration()The logging configuration of the requested user pool.LogDeliveryConfigurationTypeSetLogDeliveryConfigurationResponse. logDeliveryConfiguration()The detailed activity logging configuration that you applied to the requested user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type LogDeliveryConfigurationType Modifier and Type Method Description GetLogDeliveryConfigurationResponse.BuilderGetLogDeliveryConfigurationResponse.Builder. logDeliveryConfiguration(LogDeliveryConfigurationType logDeliveryConfiguration)The logging configuration of the requested user pool.SetLogDeliveryConfigurationResponse.BuilderSetLogDeliveryConfigurationResponse.Builder. logDeliveryConfiguration(LogDeliveryConfigurationType logDeliveryConfiguration)The detailed activity logging configuration that you applied to the requested user pool.
-