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