Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetDeliveryResponse
Packages that use GetDeliveryResponse
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 GetDeliveryResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetDeliveryResponseModifier and TypeMethodDescriptiondefault 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 GetDeliveryResponseModifier and TypeMethodDescriptiondefault 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.