Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.GetLogDeliveryConfigurationRequest.Builder
-
Packages that use GetLogDeliveryConfigurationRequest.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of GetLogDeliveryConfigurationRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type GetLogDeliveryConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetLogDeliveryConfigurationResponse>CognitoIdentityProviderAsyncClient. getLogDeliveryConfiguration(Consumer<GetLogDeliveryConfigurationRequest.Builder> getLogDeliveryConfigurationRequest)Gets the logging configuration of a user pool.default GetLogDeliveryConfigurationResponseCognitoIdentityProviderClient. getLogDeliveryConfiguration(Consumer<GetLogDeliveryConfigurationRequest.Builder> getLogDeliveryConfigurationRequest)Gets the logging configuration of a user pool. -
Uses of GetLogDeliveryConfigurationRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return GetLogDeliveryConfigurationRequest.Builder Modifier and Type Method Description static GetLogDeliveryConfigurationRequest.BuilderGetLogDeliveryConfigurationRequest. builder()GetLogDeliveryConfigurationRequest.BuilderGetLogDeliveryConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLogDeliveryConfigurationRequest.BuilderGetLogDeliveryConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetLogDeliveryConfigurationRequest.BuilderGetLogDeliveryConfigurationRequest. toBuilder()GetLogDeliveryConfigurationRequest.BuilderGetLogDeliveryConfigurationRequest.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.Builder Modifier and Type Method Description static Class<? extends GetLogDeliveryConfigurationRequest.Builder>GetLogDeliveryConfigurationRequest. serializableBuilderClass()
-