Uses of Enum
software.amazon.awssdk.services.dynamodb.model.InputCompressionType
Packages that use InputCompressionType
-
Uses of InputCompressionType in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return InputCompressionTypeModifier and TypeMethodDescriptionstatic InputCompressionTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final InputCompressionTypeImportTableDescription.inputCompressionType()The compression options for the data that has been imported into the target table.final InputCompressionTypeImportTableRequest.inputCompressionType()Type of compression to be used on the input coming from the imported table.static InputCompressionTypeReturns the enum constant of this type with the specified name.static InputCompressionType[]InputCompressionType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type InputCompressionTypeModifier and TypeMethodDescriptionstatic Set<InputCompressionType>InputCompressionType.knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type InputCompressionTypeModifier and TypeMethodDescriptionImportTableDescription.Builder.inputCompressionType(InputCompressionType inputCompressionType) The compression options for the data that has been imported into the target table.ImportTableRequest.Builder.inputCompressionType(InputCompressionType inputCompressionType) Type of compression to be used on the input coming from the imported table.