Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.DisassociateSourceFromS3TableIntegrationRequest.Builder
Packages that use DisassociateSourceFromS3TableIntegrationRequest.Builder
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 DisassociateSourceFromS3TableIntegrationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type DisassociateSourceFromS3TableIntegrationRequest.BuilderModifier 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.CloudWatchLogsClient.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. -
Uses of DisassociateSourceFromS3TableIntegrationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DisassociateSourceFromS3TableIntegrationRequest.BuilderModifier and TypeMethodDescriptionDisassociateSourceFromS3TableIntegrationRequest.builder()DisassociateSourceFromS3TableIntegrationRequest.Builder.identifier(String identifier) The unique identifier of the association to remove between the data source and S3 Table Integration.DisassociateSourceFromS3TableIntegrationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DisassociateSourceFromS3TableIntegrationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DisassociateSourceFromS3TableIntegrationRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DisassociateSourceFromS3TableIntegrationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DisassociateSourceFromS3TableIntegrationRequest.Builder>DisassociateSourceFromS3TableIntegrationRequest.serializableBuilderClass()