Uses of Class
software.amazon.awssdk.services.firehose.model.HECEndpointType
-
Packages that use HECEndpointType Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of HECEndpointType in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return HECEndpointType Modifier and Type Method Description static HECEndpointTypeHECEndpointType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HECEndpointTypeSplunkDestinationConfiguration. hecEndpointType()This type can be either "Raw" or "Event."HECEndpointTypeSplunkDestinationDescription. hecEndpointType()This type can be either "Raw" or "Event."HECEndpointTypeSplunkDestinationUpdate. hecEndpointType()This type can be either "Raw" or "Event."static HECEndpointTypeHECEndpointType. valueOf(String name)Returns the enum constant of this type with the specified name.static HECEndpointType[]HECEndpointType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type HECEndpointType Modifier and Type Method Description static Set<HECEndpointType>HECEndpointType. knownValues()Methods in software.amazon.awssdk.services.firehose.model with parameters of type HECEndpointType Modifier and Type Method Description SplunkDestinationConfiguration.BuilderSplunkDestinationConfiguration.Builder. hecEndpointType(HECEndpointType hecEndpointType)This type can be either "Raw" or "Event."SplunkDestinationDescription.BuilderSplunkDestinationDescription.Builder. hecEndpointType(HECEndpointType hecEndpointType)This type can be either "Raw" or "Event."SplunkDestinationUpdate.BuilderSplunkDestinationUpdate.Builder. hecEndpointType(HECEndpointType hecEndpointType)This type can be either "Raw" or "Event."
-