Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.SetLogDeliveryConfigurationRequest.Builder
Packages that use SetLogDeliveryConfigurationRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of SetLogDeliveryConfigurationRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type SetLogDeliveryConfigurationRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.setLogDeliveryConfiguration(Consumer<SetLogDeliveryConfigurationRequest.Builder> setLogDeliveryConfigurationRequest) Sets up or modifies the logging configuration of a user pool.CognitoIdentityProviderClient.setLogDeliveryConfiguration(Consumer<SetLogDeliveryConfigurationRequest.Builder> setLogDeliveryConfigurationRequest) Sets up or modifies the logging configuration of a user pool. -
Uses of SetLogDeliveryConfigurationRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return SetLogDeliveryConfigurationRequest.BuilderModifier and TypeMethodDescriptionSetLogDeliveryConfigurationRequest.builder()SetLogDeliveryConfigurationRequest.Builder.logConfigurations(Collection<LogConfigurationType> logConfigurations) A collection of the logging configurations for a user pool.SetLogDeliveryConfigurationRequest.Builder.logConfigurations(Consumer<LogConfigurationType.Builder>... logConfigurations) A collection of the logging configurations for a user pool.SetLogDeliveryConfigurationRequest.Builder.logConfigurations(LogConfigurationType... logConfigurations) A collection of the logging configurations for a user pool.SetLogDeliveryConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SetLogDeliveryConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) SetLogDeliveryConfigurationRequest.toBuilder()SetLogDeliveryConfigurationRequest.Builder.userPoolId(String userPoolId) The ID of the user pool where you want to configure logging.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type SetLogDeliveryConfigurationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SetLogDeliveryConfigurationRequest.Builder>SetLogDeliveryConfigurationRequest.serializableBuilderClass()