Uses of Class
software.amazon.awssdk.services.opensearch.model.DataSourceType
-
Packages that use DataSourceType Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of DataSourceType in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return DataSourceType Modifier and Type Method Description DataSourceTypeAddDataSourceRequest. dataSourceType()The type of data source.DataSourceTypeDataSourceDetails. dataSourceType()The type of data source.DataSourceTypeGetDataSourceResponse. dataSourceType()The type of data source.DataSourceTypeUpdateDataSourceRequest. dataSourceType()The type of data source.static DataSourceTypeDataSourceType. fromS3GlueDataCatalog(Consumer<S3GlueDataCatalog.Builder> s3GlueDataCatalog)Create an instance of this class withs3GlueDataCatalog()initialized to the given value.static DataSourceTypeDataSourceType. fromS3GlueDataCatalog(S3GlueDataCatalog s3GlueDataCatalog)Create an instance of this class withs3GlueDataCatalog()initialized to the given value.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type DataSourceType Modifier and Type Method Description AddDataSourceRequest.BuilderAddDataSourceRequest.Builder. dataSourceType(DataSourceType dataSourceType)The type of data source.DataSourceDetails.BuilderDataSourceDetails.Builder. dataSourceType(DataSourceType dataSourceType)The type of data source.GetDataSourceResponse.BuilderGetDataSourceResponse.Builder. dataSourceType(DataSourceType dataSourceType)The type of data source.UpdateDataSourceRequest.BuilderUpdateDataSourceRequest.Builder. dataSourceType(DataSourceType dataSourceType)The type of data source.
-