Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetDeliveryDestinationResponse
Packages that use GetDeliveryDestinationResponse
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 GetDeliveryDestinationResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetDeliveryDestinationResponseModifier and TypeMethodDescriptiondefault GetDeliveryDestinationResponseCloudWatchLogsClient.getDeliveryDestination(Consumer<GetDeliveryDestinationRequest.Builder> getDeliveryDestinationRequest) Retrieves complete information about one delivery destination.default GetDeliveryDestinationResponseCloudWatchLogsClient.getDeliveryDestination(GetDeliveryDestinationRequest getDeliveryDestinationRequest) Retrieves complete information about one delivery destination.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type GetDeliveryDestinationResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.getDeliveryDestination(Consumer<GetDeliveryDestinationRequest.Builder> getDeliveryDestinationRequest) Retrieves complete information about one delivery destination.CloudWatchLogsAsyncClient.getDeliveryDestination(GetDeliveryDestinationRequest getDeliveryDestinationRequest) Retrieves complete information about one delivery destination.