| Package | Description |
|---|---|
| software.amazon.awssdk.services.firehose.model |
| Modifier and Type | Method and Description |
|---|---|
static HECEndpointType |
HECEndpointType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HECEndpointType |
SplunkDestinationDescription.hecEndpointType()
This type can be either "Raw" or "Event."
|
HECEndpointType |
SplunkDestinationConfiguration.hecEndpointType()
This type can be either "Raw" or "Event."
|
HECEndpointType |
SplunkDestinationUpdate.hecEndpointType()
This type can be either "Raw" or "Event."
|
static HECEndpointType |
HECEndpointType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<HECEndpointType> |
HECEndpointType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SplunkDestinationDescription.Builder |
SplunkDestinationDescription.Builder.hecEndpointType(HECEndpointType hecEndpointType)
This type can be either "Raw" or "Event."
|
SplunkDestinationConfiguration.Builder |
SplunkDestinationConfiguration.Builder.hecEndpointType(HECEndpointType hecEndpointType)
This type can be either "Raw" or "Event."
|
SplunkDestinationUpdate.Builder |
SplunkDestinationUpdate.Builder.hecEndpointType(HECEndpointType hecEndpointType)
This type can be either "Raw" or "Event."
|
Copyright © 2023. All rights reserved.