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