Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.SetLogDeliveryConfigurationResponse
-
Packages that use SetLogDeliveryConfigurationResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider 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 SetLogDeliveryConfigurationResponse Modifier and Type Method Description default SetLogDeliveryConfigurationResponseCognitoIdentityProviderClient. setLogDeliveryConfiguration(Consumer<SetLogDeliveryConfigurationRequest.Builder> setLogDeliveryConfigurationRequest)Sets up or modifies the detailed activity logging configuration of a user pool.default SetLogDeliveryConfigurationResponseCognitoIdentityProviderClient. setLogDeliveryConfiguration(SetLogDeliveryConfigurationRequest setLogDeliveryConfigurationRequest)Sets up or modifies the detailed activity logging configuration of a user pool.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type SetLogDeliveryConfigurationResponse Modifier and Type Method Description default CompletableFuture<SetLogDeliveryConfigurationResponse>CognitoIdentityProviderAsyncClient. setLogDeliveryConfiguration(Consumer<SetLogDeliveryConfigurationRequest.Builder> setLogDeliveryConfigurationRequest)Sets up or modifies the detailed activity logging configuration of a user pool.default CompletableFuture<SetLogDeliveryConfigurationResponse>CognitoIdentityProviderAsyncClient. setLogDeliveryConfiguration(SetLogDeliveryConfigurationRequest setLogDeliveryConfigurationRequest)Sets up or modifies the detailed activity logging configuration of a user pool.
-