Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.DataSource
-
Packages that use DataSource Package Description software.amazon.awssdk.services.applicationdiscovery.model -
-
Uses of DataSource in software.amazon.awssdk.services.applicationdiscovery.model
Methods in software.amazon.awssdk.services.applicationdiscovery.model that return DataSource Modifier and Type Method Description DataSourceContinuousExportDescription. dataSource()The type of data collector used to gather this data (currently only offered for AGENT).DataSourceStartContinuousExportResponse. dataSource()The type of data collector used to gather this data (currently only offered for AGENT).static DataSourceDataSource. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DataSourceDataSource. valueOf(String name)Returns the enum constant of this type with the specified name.static DataSource[]DataSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.applicationdiscovery.model that return types with arguments of type DataSource Modifier and Type Method Description static Set<DataSource>DataSource. knownValues()Methods in software.amazon.awssdk.services.applicationdiscovery.model with parameters of type DataSource Modifier and Type Method Description ContinuousExportDescription.BuilderContinuousExportDescription.Builder. dataSource(DataSource dataSource)The type of data collector used to gather this data (currently only offered for AGENT).StartContinuousExportResponse.BuilderStartContinuousExportResponse.Builder. dataSource(DataSource dataSource)The type of data collector used to gather this data (currently only offered for AGENT).
-