Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DeleteIndexPolicyResponse
-
Packages that use DeleteIndexPolicyResponse 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 DeleteIndexPolicyResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DeleteIndexPolicyResponse Modifier and Type Method Description default 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 DeleteIndexPolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteIndexPolicyResponse>CloudWatchLogsAsyncClient. deleteIndexPolicy(Consumer<DeleteIndexPolicyRequest.Builder> deleteIndexPolicyRequest)Deletes a log-group level field index policy that was applied to a single log group.default CompletableFuture<DeleteIndexPolicyResponse>CloudWatchLogsAsyncClient. deleteIndexPolicy(DeleteIndexPolicyRequest deleteIndexPolicyRequest)Deletes a log-group level field index policy that was applied to a single log group.
-