Uses of Class
org.graylog.aws.auth.AWSAuthProvider
Packages that use AWSAuthProvider
Package
Description
-
Uses of AWSAuthProvider in org.graylog.aws.inputs.cloudtrail
Constructors in org.graylog.aws.inputs.cloudtrail with parameters of type AWSAuthProviderModifierConstructorDescriptionCloudTrailSubscriber(com.amazonaws.regions.Region sqsRegion, com.amazonaws.regions.Region s3Region, String queueName, MessageInput sourceInput, AWSAuthProvider authProvider, okhttp3.HttpUrl proxyUrl, com.fasterxml.jackson.databind.ObjectMapper objectMapper, InputFailureRecorder inputFailureRecorder) -
Uses of AWSAuthProvider in org.graylog.aws.inputs.cloudtrail.notifications
Constructors in org.graylog.aws.inputs.cloudtrail.notifications with parameters of type AWSAuthProviderModifierConstructorDescriptionCloudtrailSQSClient(com.amazonaws.regions.Region region, String queueName, AWSAuthProvider authProvider, okhttp3.HttpUrl proxyUrl, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of AWSAuthProvider in org.graylog.aws.processors.instancelookup
Methods in org.graylog.aws.processors.instancelookup with parameters of type AWSAuthProviderModifier and TypeMethodDescriptionvoidInstanceLookupTable.reload(List<com.amazonaws.regions.Regions> regions, AWSAuthProvider awsAuthProvider, okhttp3.HttpUrl proxyUrl) -
Uses of AWSAuthProvider in org.graylog.aws.s3
Constructors in org.graylog.aws.s3 with parameters of type AWSAuthProviderModifierConstructorDescriptionS3Reader(com.amazonaws.regions.Region region, okhttp3.HttpUrl proxyUrl, AWSAuthProvider authProvider)