Uses of Class
software.amazon.awssdk.services.datazone.model.SparkEmrPropertiesPatch
-
Packages that use SparkEmrPropertiesPatch Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of SparkEmrPropertiesPatch in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return SparkEmrPropertiesPatch Modifier and Type Method Description SparkEmrPropertiesPatchConnectionPropertiesPatch. sparkEmrProperties()The Spark EMR properties of a connection properties patch.Methods in software.amazon.awssdk.services.datazone.model with parameters of type SparkEmrPropertiesPatch Modifier and Type Method Description static ConnectionPropertiesPatchConnectionPropertiesPatch. fromSparkEmrProperties(SparkEmrPropertiesPatch sparkEmrProperties)Create an instance of this class withConnectionPropertiesPatch.sparkEmrProperties()initialized to the given value.ConnectionPropertiesPatch.BuilderConnectionPropertiesPatch.Builder. sparkEmrProperties(SparkEmrPropertiesPatch sparkEmrProperties)The Spark EMR properties of a connection properties patch.
-