Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DeleteIndexPolicyResponse
Packages that use DeleteIndexPolicyResponse
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 DeleteIndexPolicyResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DeleteIndexPolicyResponseModifier and TypeMethodDescriptiondefault DeleteIndexPolicyResponseCloudWatchLogsClient.deleteIndexPolicy(Consumer<DeleteIndexPolicyRequest.Builder> deleteIndexPolicyRequest) Deletes a log-group level field index policy that was applied to a single log group.default DeleteIndexPolicyResponseCloudWatchLogsClient.deleteIndexPolicy(DeleteIndexPolicyRequest deleteIndexPolicyRequest) Deletes a log-group level field index policy that was applied to a single log group.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type DeleteIndexPolicyResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.deleteIndexPolicy(Consumer<DeleteIndexPolicyRequest.Builder> deleteIndexPolicyRequest) Deletes a log-group level field index policy that was applied to a single log group.CloudWatchLogsAsyncClient.deleteIndexPolicy(DeleteIndexPolicyRequest deleteIndexPolicyRequest) Deletes a log-group level field index policy that was applied to a single log group.