Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DisassociateSourceFromS3TableIntegrationResponse
Packages that use DisassociateSourceFromS3TableIntegrationResponse
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 DisassociateSourceFromS3TableIntegrationResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DisassociateSourceFromS3TableIntegrationResponseModifier and TypeMethodDescriptionCloudWatchLogsClient.disassociateSourceFromS3TableIntegration(Consumer<DisassociateSourceFromS3TableIntegrationRequest.Builder> disassociateSourceFromS3TableIntegrationRequest) Disassociates a data source from an S3 Table Integration, removing query access and deleting all associated data from the integration.CloudWatchLogsClient.disassociateSourceFromS3TableIntegration(DisassociateSourceFromS3TableIntegrationRequest disassociateSourceFromS3TableIntegrationRequest) Disassociates a data source from an S3 Table Integration, removing query access and deleting all associated data from the integration.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type DisassociateSourceFromS3TableIntegrationResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.disassociateSourceFromS3TableIntegration(Consumer<DisassociateSourceFromS3TableIntegrationRequest.Builder> disassociateSourceFromS3TableIntegrationRequest) Disassociates a data source from an S3 Table Integration, removing query access and deleting all associated data from the integration.CloudWatchLogsAsyncClient.disassociateSourceFromS3TableIntegration(DisassociateSourceFromS3TableIntegrationRequest disassociateSourceFromS3TableIntegrationRequest) Disassociates a data source from an S3 Table Integration, removing query access and deleting all associated data from the integration.