Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DeleteScheduledQueryResponse
-
Packages that use DeleteScheduledQueryResponse 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 DeleteScheduledQueryResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DeleteScheduledQueryResponse Modifier and Type Method Description default DeleteScheduledQueryResponseCloudWatchLogsClient. deleteScheduledQuery(Consumer<DeleteScheduledQueryRequest.Builder> deleteScheduledQueryRequest)Deletes a scheduled query and stops all future executions.default DeleteScheduledQueryResponseCloudWatchLogsClient. deleteScheduledQuery(DeleteScheduledQueryRequest deleteScheduledQueryRequest)Deletes a scheduled query and stops all future executions.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type DeleteScheduledQueryResponse Modifier and Type Method Description default CompletableFuture<DeleteScheduledQueryResponse>CloudWatchLogsAsyncClient. deleteScheduledQuery(Consumer<DeleteScheduledQueryRequest.Builder> deleteScheduledQueryRequest)Deletes a scheduled query and stops all future executions.default CompletableFuture<DeleteScheduledQueryResponse>CloudWatchLogsAsyncClient. deleteScheduledQuery(DeleteScheduledQueryRequest deleteScheduledQueryRequest)Deletes a scheduled query and stops all future executions.
-