Uses of Class
software.amazon.awssdk.services.datazone.model.SparkEmrPropertiesOutput
-
Packages that use SparkEmrPropertiesOutput Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SparkEmrPropertiesOutput in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SparkEmrPropertiesOutput Modifier and Type Method Description SparkEmrPropertiesOutputConnectionPropertiesOutput. sparkEmrProperties()The Spark EMR properties of a connection.Methods in software.amazon.awssdk.services.datazone.model with parameters of type SparkEmrPropertiesOutput Modifier and Type Method Description static ConnectionPropertiesOutputConnectionPropertiesOutput. fromSparkEmrProperties(SparkEmrPropertiesOutput sparkEmrProperties)Create an instance of this class withConnectionPropertiesOutput.sparkEmrProperties()initialized to the given value.ConnectionPropertiesOutput.BuilderConnectionPropertiesOutput.Builder. sparkEmrProperties(SparkEmrPropertiesOutput sparkEmrProperties)The Spark EMR properties of a connection.
-