Uses of Class
software.amazon.awssdk.services.glue.model.DdbExportType
-
Packages that use DdbExportType Package Description software.amazon.awssdk.services.glue.model -
-
Uses of DdbExportType in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return DdbExportType Modifier and Type Method Description DdbExportTypeDDBELTConnectionOptions. dynamodbExport()Specifies the export type for DynamoDB data extraction.static DdbExportTypeDdbExportType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DdbExportTypeDdbExportType. valueOf(String name)Returns the enum constant of this type with the specified name.static DdbExportType[]DdbExportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type DdbExportType Modifier and Type Method Description static Set<DdbExportType>DdbExportType. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type DdbExportType Modifier and Type Method Description DDBELTConnectionOptions.BuilderDDBELTConnectionOptions.Builder. dynamodbExport(DdbExportType dynamodbExport)Specifies the export type for DynamoDB data extraction.
-