Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.AssociateSourceToS3TableIntegrationResponse
Packages that use AssociateSourceToS3TableIntegrationResponse
Package
Description
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
-
Uses of AssociateSourceToS3TableIntegrationResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return AssociateSourceToS3TableIntegrationResponseModifier and TypeMethodDescriptionCloudWatchLogsClient.associateSourceToS3TableIntegration(Consumer<AssociateSourceToS3TableIntegrationRequest.Builder> associateSourceToS3TableIntegrationRequest) Associates a data source with an S3 Table Integration for query access in the 'logs' namespace.CloudWatchLogsClient.associateSourceToS3TableIntegration(AssociateSourceToS3TableIntegrationRequest associateSourceToS3TableIntegrationRequest) Associates a data source with an S3 Table Integration for query access in the 'logs' namespace.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type AssociateSourceToS3TableIntegrationResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.associateSourceToS3TableIntegration(Consumer<AssociateSourceToS3TableIntegrationRequest.Builder> associateSourceToS3TableIntegrationRequest) Associates a data source with an S3 Table Integration for query access in the 'logs' namespace.CloudWatchLogsAsyncClient.associateSourceToS3TableIntegration(AssociateSourceToS3TableIntegrationRequest associateSourceToS3TableIntegrationRequest) Associates a data source with an S3 Table Integration for query access in the 'logs' namespace.