Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetDeliverySourceResponse
-
Packages that use GetDeliverySourceResponse 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 GetDeliverySourceResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetDeliverySourceResponse Modifier and Type Method Description default GetDeliverySourceResponseCloudWatchLogsClient. getDeliverySource(Consumer<GetDeliverySourceRequest.Builder> getDeliverySourceRequest)Retrieves complete information about one delivery source.default GetDeliverySourceResponseCloudWatchLogsClient. getDeliverySource(GetDeliverySourceRequest getDeliverySourceRequest)Retrieves complete information about one delivery source.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type GetDeliverySourceResponse Modifier and Type Method Description default CompletableFuture<GetDeliverySourceResponse>CloudWatchLogsAsyncClient. getDeliverySource(Consumer<GetDeliverySourceRequest.Builder> getDeliverySourceRequest)Retrieves complete information about one delivery source.default CompletableFuture<GetDeliverySourceResponse>CloudWatchLogsAsyncClient. getDeliverySource(GetDeliverySourceRequest getDeliverySourceRequest)Retrieves complete information about one delivery source.
-