Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetDeliveryResponse
-
Packages that use GetDeliveryResponse 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 GetDeliveryResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetDeliveryResponse Modifier and Type Method Description default GetDeliveryResponseCloudWatchLogsClient. getDelivery(Consumer<GetDeliveryRequest.Builder> getDeliveryRequest)Returns complete information about one logical delivery.default GetDeliveryResponseCloudWatchLogsClient. getDelivery(GetDeliveryRequest getDeliveryRequest)Returns complete information about one logical delivery.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type GetDeliveryResponse Modifier and Type Method Description default CompletableFuture<GetDeliveryResponse>CloudWatchLogsAsyncClient. getDelivery(Consumer<GetDeliveryRequest.Builder> getDeliveryRequest)Returns complete information about one logical delivery.default CompletableFuture<GetDeliveryResponse>CloudWatchLogsAsyncClient. getDelivery(GetDeliveryRequest getDeliveryRequest)Returns complete information about one logical delivery.
-