Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DataSource
-
Packages that use DataSource Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of DataSource in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DataSource Modifier and Type Method Description DataSourceAssociateSourceToS3TableIntegrationRequest. dataSource()The data source to associate with the S3 Table Integration.DataSourceS3TableIntegrationSource. dataSource()The data source associated with the S3 Table Integration.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type DataSource Modifier and Type Method Description AssociateSourceToS3TableIntegrationRequest.BuilderAssociateSourceToS3TableIntegrationRequest.Builder. dataSource(DataSource dataSource)The data source to associate with the S3 Table Integration.S3TableIntegrationSource.BuilderS3TableIntegrationSource.Builder. dataSource(DataSource dataSource)The data source associated with the S3 Table Integration.
-