Uses of Class
software.amazon.awssdk.services.firehose.model.DefaultDocumentIdFormat
-
Packages that use DefaultDocumentIdFormat Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of DefaultDocumentIdFormat in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return DefaultDocumentIdFormat Modifier and Type Method Description DefaultDocumentIdFormatDocumentIdOptions. defaultDocumentIdFormat()When theFIREHOSE_DEFAULToption is chosen, Kinesis Data Firehose generates a unique document ID for each record based on a unique internal identifier.static DefaultDocumentIdFormatDefaultDocumentIdFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DefaultDocumentIdFormatDefaultDocumentIdFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static DefaultDocumentIdFormat[]DefaultDocumentIdFormat. 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 DefaultDocumentIdFormat Modifier and Type Method Description static Set<DefaultDocumentIdFormat>DefaultDocumentIdFormat. knownValues()Methods in software.amazon.awssdk.services.firehose.model with parameters of type DefaultDocumentIdFormat Modifier and Type Method Description DocumentIdOptions.BuilderDocumentIdOptions.Builder. defaultDocumentIdFormat(DefaultDocumentIdFormat defaultDocumentIdFormat)When theFIREHOSE_DEFAULToption is chosen, Kinesis Data Firehose generates a unique document ID for each record based on a unique internal identifier.
-