Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.S3TableIntegrationSource
-
Packages that use S3TableIntegrationSource Package Description software.amazon.awssdk.services.cloudwatchlogs.model software.amazon.awssdk.services.cloudwatchlogs.paginators -
-
Uses of S3TableIntegrationSource in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type S3TableIntegrationSource Modifier and Type Method Description List<S3TableIntegrationSource>ListSourcesForS3TableIntegrationResponse. sources()The list of data source associations for the specified S3 Table Integration.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type S3TableIntegrationSource Modifier and Type Method Description ListSourcesForS3TableIntegrationResponse.BuilderListSourcesForS3TableIntegrationResponse.Builder. sources(S3TableIntegrationSource... sources)The list of data source associations for the specified S3 Table Integration.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type S3TableIntegrationSource Modifier and Type Method Description ListSourcesForS3TableIntegrationResponse.BuilderListSourcesForS3TableIntegrationResponse.Builder. sources(Collection<S3TableIntegrationSource> sources)The list of data source associations for the specified S3 Table Integration. -
Uses of S3TableIntegrationSource in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type S3TableIntegrationSource Modifier and Type Method Description SdkIterable<S3TableIntegrationSource>ListSourcesForS3TableIntegrationIterable. sources()Returns an iterable to iterate through the paginatedListSourcesForS3TableIntegrationResponse.sources()member.SdkPublisher<S3TableIntegrationSource>ListSourcesForS3TableIntegrationPublisher. sources()Returns a publisher that can be used to get a stream of data.
-