Uses of Class
software.amazon.awssdk.services.glue.model.AmazonRedshiftNodeData
-
Packages that use AmazonRedshiftNodeData Package Description software.amazon.awssdk.services.glue.model -
-
Uses of AmazonRedshiftNodeData in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return AmazonRedshiftNodeData Modifier and Type Method Description AmazonRedshiftNodeDataAmazonRedshiftSource. data()Specifies the data of the Amazon Reshift source node.AmazonRedshiftNodeDataAmazonRedshiftTarget. data()Specifies the data of the Amazon Redshift target node.Methods in software.amazon.awssdk.services.glue.model with parameters of type AmazonRedshiftNodeData Modifier and Type Method Description AmazonRedshiftSource.BuilderAmazonRedshiftSource.Builder. data(AmazonRedshiftNodeData data)Specifies the data of the Amazon Reshift source node.AmazonRedshiftTarget.BuilderAmazonRedshiftTarget.Builder. data(AmazonRedshiftNodeData data)Specifies the data of the Amazon Redshift target node.
-