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 InputFormat
InputFormat. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.InputFormat
ImportSummary. inputFormat()
The format of the source data.InputFormat
ImportTableDescription. inputFormat()
The format of the source data going into the target table.InputFormat
ImportTableRequest. inputFormat()
The format of the source data.static InputFormat
InputFormat. 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.Builder
ImportSummary.Builder. inputFormat(InputFormat inputFormat)
The format of the source data.ImportTableDescription.Builder
ImportTableDescription.Builder. inputFormat(InputFormat inputFormat)
The format of the source data going into the target table.ImportTableRequest.Builder
ImportTableRequest.Builder. inputFormat(InputFormat inputFormat)
The format of the source data.
-