Uses of Enum Class
org.graylog.integrations.aws.AWSMessageType
Packages that use AWSMessageType
Package
Description
-
Uses of AWSMessageType in org.graylog.integrations.aws
Methods in org.graylog.integrations.aws that return AWSMessageTypeModifier and TypeMethodDescriptionAWSLogMessage.detectLogMessageType(boolean compressed) Detects the type of log message.static AWSMessageTypeReturns the enum constant of this class with the specified name.static AWSMessageType[]AWSMessageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog.integrations.aws that return types with arguments of type AWSMessageType -
Uses of AWSMessageType in org.graylog.integrations.aws.resources.responses
Methods in org.graylog.integrations.aws.resources.responses that return AWSMessageTypeMethods in org.graylog.integrations.aws.resources.responses with parameters of type AWSMessageTypeModifier and TypeMethodDescriptionstatic KinesisHealthCheckResponseKinesisHealthCheckResponse.create(AWSMessageType inputType, String explanation, Map<String, Object> messageFields) -
Uses of AWSMessageType in org.graylog.integrations.aws.transports
Constructors in org.graylog.integrations.aws.transports with parameters of type AWSMessageTypeModifierConstructorDescriptionKinesisPayloadDecoder(com.fasterxml.jackson.databind.ObjectMapper objectMapper, AWSMessageType awsMessageType, String kinesisStream)