| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
With the Amazon Cognito user pools API, you can set up user pools and app clients, and authenticate users.
|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
default SetLogDeliveryConfigurationResponse |
CognitoIdentityProviderClient.setLogDeliveryConfiguration(Consumer<SetLogDeliveryConfigurationRequest.Builder> setLogDeliveryConfigurationRequest)
Sets up or modifies the detailed activity logging configuration of a user pool.
|
default CompletableFuture<SetLogDeliveryConfigurationResponse> |
CognitoIdentityProviderAsyncClient.setLogDeliveryConfiguration(Consumer<SetLogDeliveryConfigurationRequest.Builder> setLogDeliveryConfigurationRequest)
Sets up or modifies the detailed activity logging configuration of a user pool.
|
| Modifier and Type | Method and Description |
|---|---|
static SetLogDeliveryConfigurationRequest.Builder |
SetLogDeliveryConfigurationRequest.builder() |
SetLogDeliveryConfigurationRequest.Builder |
SetLogDeliveryConfigurationRequest.Builder.logConfigurations(Collection<LogConfigurationType> logConfigurations)
A collection of all of the detailed activity logging configurations for a user pool.
|
SetLogDeliveryConfigurationRequest.Builder |
SetLogDeliveryConfigurationRequest.Builder.logConfigurations(Consumer<LogConfigurationType.Builder>... logConfigurations)
A collection of all of the detailed activity logging configurations for a user pool.
|
SetLogDeliveryConfigurationRequest.Builder |
SetLogDeliveryConfigurationRequest.Builder.logConfigurations(LogConfigurationType... logConfigurations)
A collection of all of the detailed activity logging configurations for a user pool.
|
SetLogDeliveryConfigurationRequest.Builder |
SetLogDeliveryConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SetLogDeliveryConfigurationRequest.Builder |
SetLogDeliveryConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SetLogDeliveryConfigurationRequest.Builder |
SetLogDeliveryConfigurationRequest.toBuilder() |
SetLogDeliveryConfigurationRequest.Builder |
SetLogDeliveryConfigurationRequest.Builder.userPoolId(String userPoolId)
The ID of the user pool where you want to configure detailed activity logging .
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SetLogDeliveryConfigurationRequest.Builder> |
SetLogDeliveryConfigurationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.