Uses of Class
software.amazon.awssdk.services.datazone.model.GluePropertiesPatch
-
Packages that use GluePropertiesPatch Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of GluePropertiesPatch in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return GluePropertiesPatch Modifier and Type Method Description GluePropertiesPatchConnectionPropertiesPatch. glueProperties()The Amazon Web Services Glue properties of a connection properties patch.Methods in software.amazon.awssdk.services.datazone.model with parameters of type GluePropertiesPatch Modifier and Type Method Description static ConnectionPropertiesPatchConnectionPropertiesPatch. fromGlueProperties(GluePropertiesPatch glueProperties)Create an instance of this class withConnectionPropertiesPatch.glueProperties()initialized to the given value.ConnectionPropertiesPatch.BuilderConnectionPropertiesPatch.Builder. glueProperties(GluePropertiesPatch glueProperties)The Amazon Web Services Glue properties of a connection properties patch.
-