Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.CloudWatchLogsConfigurationType.Builder
Packages that use CloudWatchLogsConfigurationType.Builder
-
Uses of CloudWatchLogsConfigurationType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return CloudWatchLogsConfigurationType.BuilderModifier and TypeMethodDescriptionCloudWatchLogsConfigurationType.builder()CloudWatchLogsConfigurationType.Builder.logGroupArn(String logGroupArn) The Amazon Resource Name (arn) of a CloudWatch Logs log group where your user pool sends logs.CloudWatchLogsConfigurationType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type CloudWatchLogsConfigurationType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CloudWatchLogsConfigurationType.Builder>CloudWatchLogsConfigurationType.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type CloudWatchLogsConfigurationType.BuilderModifier and TypeMethodDescriptiondefault LogConfigurationType.BuilderLogConfigurationType.Builder.cloudWatchLogsConfiguration(Consumer<CloudWatchLogsConfigurationType.Builder> cloudWatchLogsConfiguration) The CloudWatch log group destination of user pool detailed activity logs, or of user activity log export with threat protection.