Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetDeliverySourceResponse
Packages that use GetDeliverySourceResponse
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 GetDeliverySourceResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetDeliverySourceResponseModifier and TypeMethodDescriptiondefault 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 GetDeliverySourceResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.getDeliverySource(Consumer<GetDeliverySourceRequest.Builder> getDeliverySourceRequest) Retrieves complete information about one delivery source.CloudWatchLogsAsyncClient.getDeliverySource(GetDeliverySourceRequest getDeliverySourceRequest) Retrieves complete information about one delivery source.