Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.AssociateSourceToS3TableIntegrationResponse
-
Packages that use AssociateSourceToS3TableIntegrationResponse 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. -
-
Uses of AssociateSourceToS3TableIntegrationResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return AssociateSourceToS3TableIntegrationResponse Modifier and Type Method Description default AssociateSourceToS3TableIntegrationResponseCloudWatchLogsClient. associateSourceToS3TableIntegration(Consumer<AssociateSourceToS3TableIntegrationRequest.Builder> associateSourceToS3TableIntegrationRequest)Associates a data source with an S3 Table Integration for query access in the 'logs' namespace.default AssociateSourceToS3TableIntegrationResponseCloudWatchLogsClient. 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 AssociateSourceToS3TableIntegrationResponse Modifier and Type Method Description default CompletableFuture<AssociateSourceToS3TableIntegrationResponse>CloudWatchLogsAsyncClient. associateSourceToS3TableIntegration(Consumer<AssociateSourceToS3TableIntegrationRequest.Builder> associateSourceToS3TableIntegrationRequest)Associates a data source with an S3 Table Integration for query access in the 'logs' namespace.default CompletableFuture<AssociateSourceToS3TableIntegrationResponse>CloudWatchLogsAsyncClient. associateSourceToS3TableIntegration(AssociateSourceToS3TableIntegrationRequest associateSourceToS3TableIntegrationRequest)Associates a data source with an S3 Table Integration for query access in the 'logs' namespace.
-