Uses of Class
software.amazon.awssdk.services.datazone.model.GluePropertiesOutput
-
Packages that use GluePropertiesOutput Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of GluePropertiesOutput in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return GluePropertiesOutput Modifier and Type Method Description GluePropertiesOutputConnectionPropertiesOutput. glueProperties()The Amazon Web Services Glue properties of a connection.Methods in software.amazon.awssdk.services.datazone.model with parameters of type GluePropertiesOutput Modifier and Type Method Description static ConnectionPropertiesOutputConnectionPropertiesOutput. fromGlueProperties(GluePropertiesOutput glueProperties)Create an instance of this class withConnectionPropertiesOutput.glueProperties()initialized to the given value.ConnectionPropertiesOutput.BuilderConnectionPropertiesOutput.Builder. glueProperties(GluePropertiesOutput glueProperties)The Amazon Web Services Glue properties of a connection.
-