Uses of Class
software.amazon.awssdk.services.firehose.model.DynamicPartitioningConfiguration
-
Packages that use DynamicPartitioningConfiguration Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of DynamicPartitioningConfiguration in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return DynamicPartitioningConfiguration Modifier and Type Method Description DynamicPartitioningConfigurationExtendedS3DestinationConfiguration. dynamicPartitioningConfiguration()The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys.DynamicPartitioningConfigurationExtendedS3DestinationDescription. dynamicPartitioningConfiguration()The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys.DynamicPartitioningConfigurationExtendedS3DestinationUpdate. dynamicPartitioningConfiguration()The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys.Methods in software.amazon.awssdk.services.firehose.model with parameters of type DynamicPartitioningConfiguration Modifier and Type Method Description ExtendedS3DestinationConfiguration.BuilderExtendedS3DestinationConfiguration.Builder. dynamicPartitioningConfiguration(DynamicPartitioningConfiguration dynamicPartitioningConfiguration)The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys.ExtendedS3DestinationDescription.BuilderExtendedS3DestinationDescription.Builder. dynamicPartitioningConfiguration(DynamicPartitioningConfiguration dynamicPartitioningConfiguration)The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys.ExtendedS3DestinationUpdate.BuilderExtendedS3DestinationUpdate.Builder. dynamicPartitioningConfiguration(DynamicPartitioningConfiguration dynamicPartitioningConfiguration)The configuration of the dynamic partitioning mechanism that creates smaller data sets from the streaming data by partitioning it based on partition keys.
-