Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutDestinationResponse
Packages that use PutDestinationResponse
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 PutDestinationResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return PutDestinationResponseModifier and TypeMethodDescriptiondefault PutDestinationResponseCloudWatchLogsClient.putDestination(Consumer<PutDestinationRequest.Builder> putDestinationRequest) Creates or updates a destination.default PutDestinationResponseCloudWatchLogsClient.putDestination(PutDestinationRequest putDestinationRequest) Creates or updates a destination.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type PutDestinationResponseModifier and TypeMethodDescriptiondefault CompletableFuture<PutDestinationResponse>CloudWatchLogsAsyncClient.putDestination(Consumer<PutDestinationRequest.Builder> putDestinationRequest) Creates or updates a destination.default CompletableFuture<PutDestinationResponse>CloudWatchLogsAsyncClient.putDestination(PutDestinationRequest putDestinationRequest) Creates or updates a destination.