Uses of Class
software.amazon.awssdk.services.firehose.model.TableCreationConfiguration
-
Packages that use TableCreationConfiguration Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of TableCreationConfiguration in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return TableCreationConfiguration Modifier and Type Method Description TableCreationConfigurationIcebergDestinationConfiguration. tableCreationConfiguration()The configuration to enable automatic table creation.TableCreationConfigurationIcebergDestinationDescription. tableCreationConfiguration()The description of table creation configuration.TableCreationConfigurationIcebergDestinationUpdate. tableCreationConfiguration()The configuration to enable automatic table creation.Methods in software.amazon.awssdk.services.firehose.model with parameters of type TableCreationConfiguration Modifier and Type Method Description IcebergDestinationConfiguration.BuilderIcebergDestinationConfiguration.Builder. tableCreationConfiguration(TableCreationConfiguration tableCreationConfiguration)The configuration to enable automatic table creation.IcebergDestinationDescription.BuilderIcebergDestinationDescription.Builder. tableCreationConfiguration(TableCreationConfiguration tableCreationConfiguration)The description of table creation configuration.IcebergDestinationUpdate.BuilderIcebergDestinationUpdate.Builder. tableCreationConfiguration(TableCreationConfiguration tableCreationConfiguration)The configuration to enable automatic table creation.
-