Uses of Class
software.amazon.awssdk.services.datazone.model.GlueRunConfigurationOutput
-
Packages that use GlueRunConfigurationOutput Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of GlueRunConfigurationOutput in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return GlueRunConfigurationOutput Modifier and Type Method Description GlueRunConfigurationOutputDataSourceConfigurationOutput. glueRunConfiguration()The configuration of the Amazon Web Services Glue data source.Methods in software.amazon.awssdk.services.datazone.model with parameters of type GlueRunConfigurationOutput Modifier and Type Method Description static DataSourceConfigurationOutputDataSourceConfigurationOutput. fromGlueRunConfiguration(GlueRunConfigurationOutput glueRunConfiguration)Create an instance of this class withDataSourceConfigurationOutput.glueRunConfiguration()initialized to the given value.DataSourceConfigurationOutput.BuilderDataSourceConfigurationOutput.Builder. glueRunConfiguration(GlueRunConfigurationOutput glueRunConfiguration)The configuration of the Amazon Web Services Glue data source.
-