Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DeleteLookupTableResponse
Packages that use DeleteLookupTableResponse
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 DeleteLookupTableResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DeleteLookupTableResponseModifier and TypeMethodDescriptiondefault DeleteLookupTableResponseCloudWatchLogsClient.deleteLookupTable(Consumer<DeleteLookupTableRequest.Builder> deleteLookupTableRequest) Deletes a lookup table permanently.default DeleteLookupTableResponseCloudWatchLogsClient.deleteLookupTable(DeleteLookupTableRequest deleteLookupTableRequest) Deletes a lookup table permanently.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type DeleteLookupTableResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.deleteLookupTable(Consumer<DeleteLookupTableRequest.Builder> deleteLookupTableRequest) Deletes a lookup table permanently.CloudWatchLogsAsyncClient.deleteLookupTable(DeleteLookupTableRequest deleteLookupTableRequest) Deletes a lookup table permanently.