Uses of Class
software.amazon.awssdk.services.glue.model.UpsertRedshiftTargetOptions
-
Packages that use UpsertRedshiftTargetOptions Package Description software.amazon.awssdk.services.glue.model -
-
Uses of UpsertRedshiftTargetOptions in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return UpsertRedshiftTargetOptions Modifier and Type Method Description UpsertRedshiftTargetOptionsRedshiftTarget. upsertRedshiftOptions()The set of options to configure an upsert operation when writing to a Redshift target.Methods in software.amazon.awssdk.services.glue.model with parameters of type UpsertRedshiftTargetOptions Modifier and Type Method Description RedshiftTarget.BuilderRedshiftTarget.Builder. upsertRedshiftOptions(UpsertRedshiftTargetOptions upsertRedshiftOptions)The set of options to configure an upsert operation when writing to a Redshift target.
-