Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DeleteLogStreamResponse
Packages that use DeleteLogStreamResponse
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 DeleteLogStreamResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DeleteLogStreamResponseModifier and TypeMethodDescriptiondefault 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 DeleteLogStreamResponseModifier and TypeMethodDescriptiondefault 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.