Uses of Class
software.amazon.awssdk.services.firehose.model.SnowflakeDataLoadingOption
-
Packages that use SnowflakeDataLoadingOption Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of SnowflakeDataLoadingOption in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return SnowflakeDataLoadingOption Modifier and Type Method Description SnowflakeDataLoadingOptionSnowflakeDestinationConfiguration. dataLoadingOption()Choose to load JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a record content column and source metadata is mapped to a record metadata column.SnowflakeDataLoadingOptionSnowflakeDestinationDescription. dataLoadingOption()Choose to load JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a record content column and source metadata is mapped to a record metadata column.SnowflakeDataLoadingOptionSnowflakeDestinationUpdate. dataLoadingOption()JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a record content column and source metadata is mapped to a record metadata column.static SnowflakeDataLoadingOptionSnowflakeDataLoadingOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SnowflakeDataLoadingOptionSnowflakeDataLoadingOption. valueOf(String name)Returns the enum constant of this type with the specified name.static SnowflakeDataLoadingOption[]SnowflakeDataLoadingOption. 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 SnowflakeDataLoadingOption Modifier and Type Method Description static Set<SnowflakeDataLoadingOption>SnowflakeDataLoadingOption. knownValues()Methods in software.amazon.awssdk.services.firehose.model with parameters of type SnowflakeDataLoadingOption Modifier and Type Method Description SnowflakeDestinationConfiguration.BuilderSnowflakeDestinationConfiguration.Builder. dataLoadingOption(SnowflakeDataLoadingOption dataLoadingOption)Choose to load JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a record content column and source metadata is mapped to a record metadata column.SnowflakeDestinationDescription.BuilderSnowflakeDestinationDescription.Builder. dataLoadingOption(SnowflakeDataLoadingOption dataLoadingOption)Choose to load JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a record content column and source metadata is mapped to a record metadata column.SnowflakeDestinationUpdate.BuilderSnowflakeDestinationUpdate.Builder. dataLoadingOption(SnowflakeDataLoadingOption dataLoadingOption)JSON keys mapped to table column names or choose to split the JSON payload where content is mapped to a record content column and source metadata is mapped to a record metadata column.
-