Uses of Class
software.amazon.awssdk.services.dynamodb.model.InputFormat
-
Packages that use InputFormat Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of InputFormat in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return InputFormat Modifier and Type Method Description static InputFormatInputFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InputFormatImportSummary. inputFormat()The format of the source data.InputFormatImportTableDescription. inputFormat()The format of the source data going into the target table.InputFormatImportTableRequest. inputFormat()The format of the source data.static InputFormatInputFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static InputFormat[]InputFormat. 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 InputFormat Modifier and Type Method Description static Set<InputFormat>InputFormat. knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type InputFormat Modifier and Type Method Description ImportSummary.BuilderImportSummary.Builder. inputFormat(InputFormat inputFormat)The format of the source data.ImportTableDescription.BuilderImportTableDescription.Builder. inputFormat(InputFormat inputFormat)The format of the source data going into the target table.ImportTableRequest.BuilderImportTableRequest.Builder. inputFormat(InputFormat inputFormat)The format of the source data.
-