Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ListSourcesForS3TableIntegrationResponse
-
Packages that use ListSourcesForS3TableIntegrationResponse Package Description software.amazon.awssdk.services.cloudwatchlogs You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and other sources.software.amazon.awssdk.services.cloudwatchlogs.paginators -
-
Uses of ListSourcesForS3TableIntegrationResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return ListSourcesForS3TableIntegrationResponse Modifier and Type Method Description default ListSourcesForS3TableIntegrationResponseCloudWatchLogsClient. listSourcesForS3TableIntegration(Consumer<ListSourcesForS3TableIntegrationRequest.Builder> listSourcesForS3TableIntegrationRequest)Returns a list of data source associations for a specified S3 Table Integration, showing which data sources are currently associated for query access.default ListSourcesForS3TableIntegrationResponseCloudWatchLogsClient. listSourcesForS3TableIntegration(ListSourcesForS3TableIntegrationRequest listSourcesForS3TableIntegrationRequest)Returns a list of data source associations for a specified S3 Table Integration, showing which data sources are currently associated for query access.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type ListSourcesForS3TableIntegrationResponse Modifier and Type Method Description default CompletableFuture<ListSourcesForS3TableIntegrationResponse>CloudWatchLogsAsyncClient. listSourcesForS3TableIntegration(Consumer<ListSourcesForS3TableIntegrationRequest.Builder> listSourcesForS3TableIntegrationRequest)Returns a list of data source associations for a specified S3 Table Integration, showing which data sources are currently associated for query access.default CompletableFuture<ListSourcesForS3TableIntegrationResponse>CloudWatchLogsAsyncClient. listSourcesForS3TableIntegration(ListSourcesForS3TableIntegrationRequest listSourcesForS3TableIntegrationRequest)Returns a list of data source associations for a specified S3 Table Integration, showing which data sources are currently associated for query access. -
Uses of ListSourcesForS3TableIntegrationResponse in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type ListSourcesForS3TableIntegrationResponse Modifier and Type Method Description Iterator<ListSourcesForS3TableIntegrationResponse>ListSourcesForS3TableIntegrationIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type ListSourcesForS3TableIntegrationResponse Modifier and Type Method Description voidListSourcesForS3TableIntegrationPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSourcesForS3TableIntegrationResponse> subscriber)
-