Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.LogConfigurationType.Builder
Packages that use LogConfigurationType.Builder
-
Uses of LogConfigurationType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return LogConfigurationType.BuilderModifier and TypeMethodDescriptionstatic LogConfigurationType.BuilderLogConfigurationType.builder()default 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.LogConfigurationType.Builder.cloudWatchLogsConfiguration(CloudWatchLogsConfigurationType cloudWatchLogsConfiguration) The CloudWatch log group destination of user pool detailed activity logs, or of user activity log export with threat protection.LogConfigurationType.Builder.eventSource(String eventSource) The source of events that your user pool sends for logging.LogConfigurationType.Builder.eventSource(EventSourceName eventSource) The source of events that your user pool sends for logging.default LogConfigurationType.BuilderLogConfigurationType.Builder.firehoseConfiguration(Consumer<FirehoseConfigurationType.Builder> firehoseConfiguration) The Amazon Data Firehose stream destination of user activity log export with threat protection.LogConfigurationType.Builder.firehoseConfiguration(FirehoseConfigurationType firehoseConfiguration) The Amazon Data Firehose stream destination of user activity log export with threat protection.Theerrorlevelselection of logs that a user pool sends for detailed activity logging.Theerrorlevelselection of logs that a user pool sends for detailed activity logging.default LogConfigurationType.BuilderLogConfigurationType.Builder.s3Configuration(Consumer<S3ConfigurationType.Builder> s3Configuration) The Amazon S3 bucket destination of user activity log export with threat protection.LogConfigurationType.Builder.s3Configuration(S3ConfigurationType s3Configuration) The Amazon S3 bucket destination of user activity log export with threat protection.LogConfigurationType.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type LogConfigurationType.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LogConfigurationType.Builder>LogConfigurationType.serializableBuilderClass()