Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DeleteLogStreamResponse
-
Packages that use DeleteLogStreamResponse 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 DeleteLogStreamResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DeleteLogStreamResponse Modifier and Type Method Description default DeleteLogStreamResponseCloudWatchLogsClient. deleteLogStream(Consumer<DeleteLogStreamRequest.Builder> deleteLogStreamRequest)Deletes the specified log stream and permanently deletes all the archived log events associated with the log stream.default DeleteLogStreamResponseCloudWatchLogsClient. deleteLogStream(DeleteLogStreamRequest deleteLogStreamRequest)Deletes the specified log stream and permanently deletes all the archived log events associated with the log stream.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type DeleteLogStreamResponse Modifier and Type Method Description default CompletableFuture<DeleteLogStreamResponse>CloudWatchLogsAsyncClient. deleteLogStream(Consumer<DeleteLogStreamRequest.Builder> deleteLogStreamRequest)Deletes the specified log stream and permanently deletes all the archived log events associated with the log stream.default CompletableFuture<DeleteLogStreamResponse>CloudWatchLogsAsyncClient. deleteLogStream(DeleteLogStreamRequest deleteLogStreamRequest)Deletes the specified log stream and permanently deletes all the archived log events associated with the log stream.
-