Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.GetLogDeliveryConfigurationResponse
Packages that use GetLogDeliveryConfigurationResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of GetLogDeliveryConfigurationResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return GetLogDeliveryConfigurationResponseModifier and TypeMethodDescriptionCognitoIdentityProviderClient.getLogDeliveryConfiguration(Consumer<GetLogDeliveryConfigurationRequest.Builder> getLogDeliveryConfigurationRequest) Given a user pool ID, returns the logging configuration.CognitoIdentityProviderClient.getLogDeliveryConfiguration(GetLogDeliveryConfigurationRequest getLogDeliveryConfigurationRequest) Given a user pool ID, returns the logging configuration.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type GetLogDeliveryConfigurationResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.getLogDeliveryConfiguration(Consumer<GetLogDeliveryConfigurationRequest.Builder> getLogDeliveryConfigurationRequest) Given a user pool ID, returns the logging configuration.CognitoIdentityProviderAsyncClient.getLogDeliveryConfiguration(GetLogDeliveryConfigurationRequest getLogDeliveryConfigurationRequest) Given a user pool ID, returns the logging configuration.