Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.GetLogDeliveryConfigurationResponse
-
Packages that use GetLogDeliveryConfigurationResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider 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 GetLogDeliveryConfigurationResponse Modifier and Type Method Description default GetLogDeliveryConfigurationResponseCognitoIdentityProviderClient. getLogDeliveryConfiguration(Consumer<GetLogDeliveryConfigurationRequest.Builder> getLogDeliveryConfigurationRequest)Gets the detailed activity logging configuration for a user pool.default GetLogDeliveryConfigurationResponseCognitoIdentityProviderClient. getLogDeliveryConfiguration(GetLogDeliveryConfigurationRequest getLogDeliveryConfigurationRequest)Gets the detailed activity logging configuration for a user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type GetLogDeliveryConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetLogDeliveryConfigurationResponse>CognitoIdentityProviderAsyncClient. getLogDeliveryConfiguration(Consumer<GetLogDeliveryConfigurationRequest.Builder> getLogDeliveryConfigurationRequest)Gets the detailed activity logging configuration for a user pool.default CompletableFuture<GetLogDeliveryConfigurationResponse>CognitoIdentityProviderAsyncClient. getLogDeliveryConfiguration(GetLogDeliveryConfigurationRequest getLogDeliveryConfigurationRequest)Gets the detailed activity logging configuration for a user pool.
-