Uses of Enum
software.amazon.awssdk.services.dynamodb.model.InputFormat
Packages that use InputFormat
-
Uses of InputFormat in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return InputFormatModifier and TypeMethodDescriptionstatic InputFormatUse this in place of valueOf to convert the raw string returned by the service into the enum value.final InputFormatImportSummary.inputFormat()The format of the source data.final InputFormatImportTableDescription.inputFormat()The format of the source data going into the target table.final InputFormatImportTableRequest.inputFormat()The format of the source data.static InputFormatReturns 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 InputFormatMethods in software.amazon.awssdk.services.dynamodb.model with parameters of type InputFormatModifier and TypeMethodDescriptionImportSummary.Builder.inputFormat(InputFormat inputFormat) The format of the source data.ImportTableDescription.Builder.inputFormat(InputFormat inputFormat) The format of the source data going into the target table.ImportTableRequest.Builder.inputFormat(InputFormat inputFormat) The format of the source data.