Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeDeliverySourcesResponse
-
Packages that use DescribeDeliverySourcesResponse 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.software.amazon.awssdk.services.cloudwatchlogs.paginators -
-
Uses of DescribeDeliverySourcesResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DescribeDeliverySourcesResponse Modifier and Type Method Description default 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 DescribeDeliverySourcesResponse Modifier and Type Method Description default CompletableFuture<DescribeDeliverySourcesResponse>CloudWatchLogsAsyncClient. describeDeliverySources(Consumer<DescribeDeliverySourcesRequest.Builder> describeDeliverySourcesRequest)Retrieves a list of the delivery sources that have been created in the account.default CompletableFuture<DescribeDeliverySourcesResponse>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 DescribeDeliverySourcesResponse Modifier and Type Method Description Iterator<DescribeDeliverySourcesResponse>DescribeDeliverySourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type DescribeDeliverySourcesResponse Modifier and Type Method Description voidDescribeDeliverySourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeDeliverySourcesResponse> subscriber)
-