Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.GetLogDeliveryConfigurationRequest.Builder
Packages that use GetLogDeliveryConfigurationRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of GetLogDeliveryConfigurationRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type GetLogDeliveryConfigurationRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.getLogDeliveryConfiguration(Consumer<GetLogDeliveryConfigurationRequest.Builder> getLogDeliveryConfigurationRequest) Given a user pool ID, returns the logging configuration.CognitoIdentityProviderClient.getLogDeliveryConfiguration(Consumer<GetLogDeliveryConfigurationRequest.Builder> getLogDeliveryConfigurationRequest) Given a user pool ID, returns the logging configuration. -
Uses of GetLogDeliveryConfigurationRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return GetLogDeliveryConfigurationRequest.BuilderModifier and TypeMethodDescriptionGetLogDeliveryConfigurationRequest.builder()GetLogDeliveryConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetLogDeliveryConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetLogDeliveryConfigurationRequest.toBuilder()GetLogDeliveryConfigurationRequest.Builder.userPoolId(String userPoolId) The ID of the user pool that has the logging configuration that you want to view.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type GetLogDeliveryConfigurationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetLogDeliveryConfigurationRequest.Builder>GetLogDeliveryConfigurationRequest.serializableBuilderClass()