Uses of Class
software.amazon.awssdk.services.glue.model.CodeGenNodeArg
-
Packages that use CodeGenNodeArg Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CodeGenNodeArg in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CodeGenNodeArg Modifier and Type Method Description List<CodeGenNodeArg>CodeGenNode. args()Properties of the node, in the form of name-value pairs.List<CodeGenNodeArg>Location. dynamoDB()An Amazon DynamoDB table location.List<CodeGenNodeArg>Location. jdbc()A JDBC location.List<CodeGenNodeArg>Location. s3()An Amazon Simple Storage Service (Amazon S3) location.Methods in software.amazon.awssdk.services.glue.model with parameters of type CodeGenNodeArg Modifier and Type Method Description CodeGenNode.BuilderCodeGenNode.Builder. args(CodeGenNodeArg... args)Properties of the node, in the form of name-value pairs.Location.BuilderLocation.Builder. dynamoDB(CodeGenNodeArg... dynamoDB)An Amazon DynamoDB table location.Location.BuilderLocation.Builder. jdbc(CodeGenNodeArg... jdbc)A JDBC location.Location.BuilderLocation.Builder. s3(CodeGenNodeArg... s3)An Amazon Simple Storage Service (Amazon S3) location.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type CodeGenNodeArg Modifier and Type Method Description CodeGenNode.BuilderCodeGenNode.Builder. args(Collection<CodeGenNodeArg> args)Properties of the node, in the form of name-value pairs.Location.BuilderLocation.Builder. dynamoDB(Collection<CodeGenNodeArg> dynamoDB)An Amazon DynamoDB table location.Location.BuilderLocation.Builder. jdbc(Collection<CodeGenNodeArg> jdbc)A JDBC location.Location.BuilderLocation.Builder. s3(Collection<CodeGenNodeArg> s3)An Amazon Simple Storage Service (Amazon S3) location.
-