Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.paginators.DescribeDeliverySourcesIterable
-
Packages that use DescribeDeliverySourcesIterable 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 DescribeDeliverySourcesIterable in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DescribeDeliverySourcesIterable Modifier and Type Method Description default DescribeDeliverySourcesIterableCloudWatchLogsClient. describeDeliverySourcesPaginator(Consumer<DescribeDeliverySourcesRequest.Builder> describeDeliverySourcesRequest)Retrieves a list of the delivery sources that have been created in the account.default DescribeDeliverySourcesIterableCloudWatchLogsClient. describeDeliverySourcesPaginator(DescribeDeliverySourcesRequest describeDeliverySourcesRequest)Retrieves a list of the delivery sources that have been created in the account.
-