Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeDeliverySourcesRequest
Packages that use DescribeDeliverySourcesRequest
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 DescribeDeliverySourcesRequest in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs with parameters of type DescribeDeliverySourcesRequestModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.describeDeliverySources(DescribeDeliverySourcesRequest describeDeliverySourcesRequest) Retrieves a list of the delivery sources that have been created in the account.default DescribeDeliverySourcesResponseCloudWatchLogsClient.describeDeliverySources(DescribeDeliverySourcesRequest describeDeliverySourcesRequest) Retrieves a list of the delivery sources that have been created in the account.default DescribeDeliverySourcesPublisherCloudWatchLogsAsyncClient.describeDeliverySourcesPaginator(DescribeDeliverySourcesRequest describeDeliverySourcesRequest) default DescribeDeliverySourcesIterableCloudWatchLogsClient.describeDeliverySourcesPaginator(DescribeDeliverySourcesRequest describeDeliverySourcesRequest) -
Uses of DescribeDeliverySourcesRequest in software.amazon.awssdk.services.cloudwatchlogs.paginators
Constructors in software.amazon.awssdk.services.cloudwatchlogs.paginators with parameters of type DescribeDeliverySourcesRequestModifierConstructorDescriptionDescribeDeliverySourcesIterable(CloudWatchLogsClient client, DescribeDeliverySourcesRequest firstRequest) DescribeDeliverySourcesPublisher(CloudWatchLogsAsyncClient client, DescribeDeliverySourcesRequest firstRequest) -
Uses of DescribeDeliverySourcesRequest in software.amazon.awssdk.services.cloudwatchlogs.transform
Methods in software.amazon.awssdk.services.cloudwatchlogs.transform with parameters of type DescribeDeliverySourcesRequestModifier and TypeMethodDescriptionDescribeDeliverySourcesRequestMarshaller.marshall(DescribeDeliverySourcesRequest describeDeliverySourcesRequest)