Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutDestinationResponse
-
Packages that use PutDestinationResponse 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 PutDestinationResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return PutDestinationResponse Modifier and Type Method Description default 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 PutDestinationResponse Modifier and Type Method Description default 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.
-