Uses of Class
software.amazon.awssdk.services.firehose.model.PartitionField
-
Packages that use PartitionField Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of PartitionField in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type PartitionField Modifier and Type Method Description List<PartitionField>PartitionSpec. identity()List of identity transforms that performs an identity transformation.Methods in software.amazon.awssdk.services.firehose.model with parameters of type PartitionField Modifier and Type Method Description PartitionSpec.BuilderPartitionSpec.Builder. identity(PartitionField... identity)List of identity transforms that performs an identity transformation.Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type PartitionField Modifier and Type Method Description PartitionSpec.BuilderPartitionSpec.Builder. identity(Collection<PartitionField> identity)List of identity transforms that performs an identity transformation.
-