Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeDeliveriesResponse
Packages that use DescribeDeliveriesResponse
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 DescribeDeliveriesResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return DescribeDeliveriesResponseModifier and TypeMethodDescriptiondefault 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 DescribeDeliveriesResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.describeDeliveries(Consumer<DescribeDeliveriesRequest.Builder> describeDeliveriesRequest) Retrieves a list of the deliveries that have been created in the account.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 DescribeDeliveriesResponseMethod parameters in software.amazon.awssdk.services.cloudwatchlogs.paginators with type arguments of type DescribeDeliveriesResponseModifier and TypeMethodDescriptionvoidDescribeDeliveriesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeDeliveriesResponse> subscriber)