Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ListSourcesForS3TableIntegrationRequest
-
Packages that use ListSourcesForS3TableIntegrationRequest 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 software.amazon.awssdk.services.cloudwatchlogs.transform -
-
Uses of ListSourcesForS3TableIntegrationRequest in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs with parameters of type ListSourcesForS3TableIntegrationRequest Modifier and Type Method Description 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.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.default ListSourcesForS3TableIntegrationPublisherCloudWatchLogsAsyncClient. listSourcesForS3TableIntegrationPaginator(ListSourcesForS3TableIntegrationRequest listSourcesForS3TableIntegrationRequest)default ListSourcesForS3TableIntegrationIterableCloudWatchLogsClient. listSourcesForS3TableIntegrationPaginator(ListSourcesForS3TableIntegrationRequest listSourcesForS3TableIntegrationRequest) -
Uses of ListSourcesForS3TableIntegrationRequest in software.amazon.awssdk.services.cloudwatchlogs.paginators
Constructors in software.amazon.awssdk.services.cloudwatchlogs.paginators with parameters of type ListSourcesForS3TableIntegrationRequest Constructor Description ListSourcesForS3TableIntegrationIterable(CloudWatchLogsClient client, ListSourcesForS3TableIntegrationRequest firstRequest)ListSourcesForS3TableIntegrationPublisher(CloudWatchLogsAsyncClient client, ListSourcesForS3TableIntegrationRequest firstRequest) -
Uses of ListSourcesForS3TableIntegrationRequest in software.amazon.awssdk.services.cloudwatchlogs.transform
Methods in software.amazon.awssdk.services.cloudwatchlogs.transform with parameters of type ListSourcesForS3TableIntegrationRequest Modifier and Type Method Description SdkHttpFullRequestListSourcesForS3TableIntegrationRequestMarshaller. marshall(ListSourcesForS3TableIntegrationRequest listSourcesForS3TableIntegrationRequest)
-