Uses of Class
software.amazon.awssdk.services.dynamodb.model.InputCompressionType
-
Packages that use InputCompressionType Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of InputCompressionType in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return InputCompressionType Modifier and Type Method Description static InputCompressionTypeInputCompressionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InputCompressionTypeImportTableDescription. inputCompressionType()The compression options for the data that has been imported into the target table.InputCompressionTypeImportTableRequest. inputCompressionType()Type of compression to be used on the input coming from the imported table.static InputCompressionTypeInputCompressionType. valueOf(String name)Returns 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 InputCompressionType Modifier and Type Method Description static Set<InputCompressionType>InputCompressionType. knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type InputCompressionType Modifier and Type Method Description ImportTableDescription.BuilderImportTableDescription.Builder. inputCompressionType(InputCompressionType inputCompressionType)The compression options for the data that has been imported into the target table.ImportTableRequest.BuilderImportTableRequest.Builder. inputCompressionType(InputCompressionType inputCompressionType)Type of compression to be used on the input coming from the imported table.
-