Uses of Class
org.graylog.events.notifications.types.HTTPEventNotificationConfigV2.Builder
Packages that use HTTPEventNotificationConfigV2.Builder
-
Uses of HTTPEventNotificationConfigV2.Builder in org.graylog.events.notifications.types
Methods in org.graylog.events.notifications.types that return HTTPEventNotificationConfigV2.BuilderModifier and TypeMethodDescriptionHTTPEventNotificationConfigV2.Builder.apiKeyAsHeader(boolean apiKeyAsHeader) HTTPEventNotificationConfigV2.Builder.apiSecret(EncryptedValue apiKeyValue) HTTPEventNotificationConfigV2.Builder.basicAuth(EncryptedValue basicAuth) HTTPEventNotificationConfigV2.Builder.bodyTemplate(String bodyTemplate) HTTPEventNotificationConfigV2.builder()HTTPEventNotificationConfigV2.Builder.contentType(HTTPEventNotificationConfigV2.ContentType contentType) HTTPEventNotificationConfigV2.Builder.create()HTTPEventNotificationConfigV2.Builder.httpMethod(HTTPEventNotificationConfigV2.HttpMethod method) HTTPEventNotificationConfigV2.Builder.skipTLSVerification(boolean skip) HTTPEventNotificationConfigV2.Builder.timeZone(org.joda.time.DateTimeZone timeZone) HTTPEventNotificationConfigV2.toBuilder()