Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutDeliverySourceResponse
Packages that use PutDeliverySourceResponse
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 PutDeliverySourceResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return PutDeliverySourceResponseModifier and TypeMethodDescriptiondefault PutDeliverySourceResponseCloudWatchLogsClient.putDeliverySource(Consumer<PutDeliverySourceRequest.Builder> putDeliverySourceRequest) Creates or updates a logical delivery source.default PutDeliverySourceResponseCloudWatchLogsClient.putDeliverySource(PutDeliverySourceRequest putDeliverySourceRequest) Creates or updates a logical delivery source.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type PutDeliverySourceResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.putDeliverySource(Consumer<PutDeliverySourceRequest.Builder> putDeliverySourceRequest) Creates or updates a logical delivery source.CloudWatchLogsAsyncClient.putDeliverySource(PutDeliverySourceRequest putDeliverySourceRequest) Creates or updates a logical delivery source.