Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeDeliveriesResponse
-
Packages that use DescribeDeliveriesResponse 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 DescribeDeliveriesResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DescribeDeliveriesResponse Modifier and Type Method Description default DescribeDeliveriesResponseCloudWatchLogsClient. describeDeliveries(Consumer<DescribeDeliveriesRequest.Builder> describeDeliveriesRequest)Retrieves a list of the deliveries that have been created in the account.default DescribeDeliveriesResponseCloudWatchLogsClient. describeDeliveries(DescribeDeliveriesRequest describeDeliveriesRequest)Retrieves a list of the deliveries that have been created in the account.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type DescribeDeliveriesResponse Modifier and Type Method Description default CompletableFuture<DescribeDeliveriesResponse>CloudWatchLogsAsyncClient. describeDeliveries(Consumer<DescribeDeliveriesRequest.Builder> describeDeliveriesRequest)Retrieves a list of the deliveries that have been created in the account.default CompletableFuture<DescribeDeliveriesResponse>CloudWatchLogsAsyncClient. describeDeliveries(DescribeDeliveriesRequest describeDeliveriesRequest)Retrieves a list of the deliveries that have been created in the account. -
Uses of DescribeDeliveriesResponse in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type DescribeDeliveriesResponse Modifier and Type Method Description Iterator<DescribeDeliveriesResponse>DescribeDeliveriesIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type DescribeDeliveriesResponse Modifier and Type Method Description voidDescribeDeliveriesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeDeliveriesResponse> subscriber)
-