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