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