Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeDeliverySourcesResponse
Packages that use DescribeDeliverySourcesResponse
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 DescribeDeliverySourcesResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DescribeDeliverySourcesResponseModifier and TypeMethodDescriptiondefault DescribeDeliverySourcesResponseCloudWatchLogsClient.describeDeliverySources(Consumer<DescribeDeliverySourcesRequest.Builder> 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.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type DescribeDeliverySourcesResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.describeDeliverySources(Consumer<DescribeDeliverySourcesRequest.Builder> describeDeliverySourcesRequest) Retrieves a list of the delivery sources that have been created in the account.CloudWatchLogsAsyncClient.describeDeliverySources(DescribeDeliverySourcesRequest describeDeliverySourcesRequest) Retrieves a list of the delivery sources that have been created in the account. -
Uses of DescribeDeliverySourcesResponse in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type DescribeDeliverySourcesResponseMethod parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type DescribeDeliverySourcesResponseModifier and TypeMethodDescriptionvoidDescribeDeliverySourcesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeDeliverySourcesResponse> subscriber)