Uses of Class
org.graylog.integrations.aws.AWSClientBuilderUtil
Packages that use AWSClientBuilderUtil
-
Uses of AWSClientBuilderUtil in org.graylog.integrations.aws.service
Constructors in org.graylog.integrations.aws.service with parameters of type AWSClientBuilderUtilModifierConstructorDescriptionCloudWatchService(software.amazon.awssdk.services.cloudwatchlogs.CloudWatchLogsClientBuilder logsClientBuilder, AWSClientBuilderUtil awsClientBuilderUtil) KinesisService(software.amazon.awssdk.services.iam.IamClientBuilder iamClientBuilder, software.amazon.awssdk.services.kinesis.KinesisClientBuilder kinesisClientBuilder, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Map<String, Codec.Factory<? extends Codec>> availableCodecs, AWSClientBuilderUtil awsClientBuilderUtil) -
Uses of AWSClientBuilderUtil in org.graylog.integrations.aws.transports
Constructors in org.graylog.integrations.aws.transports with parameters of type AWSClientBuilderUtilModifierConstructorDescriptionKinesisTransport(Configuration configuration, com.google.common.eventbus.EventBus serverEventBus, NodeId nodeId, LocalMetricRegistry localRegistry, com.fasterxml.jackson.databind.ObjectMapper objectMapper, AWSClientBuilderUtil awsClientBuilderUtil)