Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutDeliverySourceResponse
-
Packages that use PutDeliverySourceResponse 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 PutDeliverySourceResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return PutDeliverySourceResponse Modifier and Type Method Description default 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 PutDeliverySourceResponse Modifier and Type Method Description default CompletableFuture<PutDeliverySourceResponse>CloudWatchLogsAsyncClient. putDeliverySource(Consumer<PutDeliverySourceRequest.Builder> putDeliverySourceRequest)Creates or updates a logical delivery source.default CompletableFuture<PutDeliverySourceResponse>CloudWatchLogsAsyncClient. putDeliverySource(PutDeliverySourceRequest putDeliverySourceRequest)Creates or updates a logical delivery source.
-