Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.SetLogDeliveryConfigurationResponse
Packages that use SetLogDeliveryConfigurationResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of SetLogDeliveryConfigurationResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return SetLogDeliveryConfigurationResponseModifier and TypeMethodDescriptionCognitoIdentityProviderClient.setLogDeliveryConfiguration(Consumer<SetLogDeliveryConfigurationRequest.Builder> setLogDeliveryConfigurationRequest) Sets up or modifies the logging configuration of a user pool.CognitoIdentityProviderClient.setLogDeliveryConfiguration(SetLogDeliveryConfigurationRequest setLogDeliveryConfigurationRequest) Sets up or modifies the logging configuration of a user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type SetLogDeliveryConfigurationResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.setLogDeliveryConfiguration(Consumer<SetLogDeliveryConfigurationRequest.Builder> setLogDeliveryConfigurationRequest) Sets up or modifies the logging configuration of a user pool.CognitoIdentityProviderAsyncClient.setLogDeliveryConfiguration(SetLogDeliveryConfigurationRequest setLogDeliveryConfigurationRequest) Sets up or modifies the logging configuration of a user pool.