Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.S3TableIntegrationSource
Packages that use S3TableIntegrationSource
Package
Description
-
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 S3TableIntegrationSourceModifier and TypeMethodDescriptionfinal 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 S3TableIntegrationSourceModifier and TypeMethodDescriptionListSourcesForS3TableIntegrationResponse.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 S3TableIntegrationSourceModifier and TypeMethodDescriptionListSourcesForS3TableIntegrationResponse.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 S3TableIntegrationSourceModifier and TypeMethodDescriptionListSourcesForS3TableIntegrationIterable.sources()Returns an iterable to iterate through the paginatedListSourcesForS3TableIntegrationResponse.sources()member.ListSourcesForS3TableIntegrationPublisher.sources()Returns a publisher that can be used to get a stream of data.