Uses of Class
com.amazonaws.services.kinesisfirehose.model.CopyCommand
-
Packages that use CopyCommand Package Description com.amazonaws.services.kinesisfirehose.model -
-
Uses of CopyCommand in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return CopyCommand Modifier and Type Method Description CopyCommand
CopyCommand. clone()
CopyCommand
RedshiftDestinationConfiguration. getCopyCommand()
TheCOPY
command.CopyCommand
RedshiftDestinationDescription. getCopyCommand()
TheCOPY
command.CopyCommand
RedshiftDestinationUpdate. getCopyCommand()
TheCOPY
command.CopyCommand
CopyCommand. withCopyOptions(String copyOptions)
Optional parameters to use with the Amazon RedshiftCOPY
command.CopyCommand
CopyCommand. withDataTableColumns(String dataTableColumns)
A comma-separated list of column names.CopyCommand
CopyCommand. withDataTableName(String dataTableName)
The name of the target table.Methods in com.amazonaws.services.kinesisfirehose.model with parameters of type CopyCommand Modifier and Type Method Description void
RedshiftDestinationConfiguration. setCopyCommand(CopyCommand copyCommand)
TheCOPY
command.void
RedshiftDestinationDescription. setCopyCommand(CopyCommand copyCommand)
TheCOPY
command.void
RedshiftDestinationUpdate. setCopyCommand(CopyCommand copyCommand)
TheCOPY
command.RedshiftDestinationConfiguration
RedshiftDestinationConfiguration. withCopyCommand(CopyCommand copyCommand)
TheCOPY
command.RedshiftDestinationDescription
RedshiftDestinationDescription. withCopyCommand(CopyCommand copyCommand)
TheCOPY
command.RedshiftDestinationUpdate
RedshiftDestinationUpdate. withCopyCommand(CopyCommand copyCommand)
TheCOPY
command.
-