Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeDeliveryDestinationsRequest
-
Packages that use DescribeDeliveryDestinationsRequest 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 software.amazon.awssdk.services.cloudwatchlogs.transform -
-
Uses of DescribeDeliveryDestinationsRequest in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs with parameters of type DescribeDeliveryDestinationsRequest Modifier and Type Method Description default CompletableFuture<DescribeDeliveryDestinationsResponse>CloudWatchLogsAsyncClient. describeDeliveryDestinations(DescribeDeliveryDestinationsRequest describeDeliveryDestinationsRequest)Retrieves a list of the delivery destinations that have been created in the account.default DescribeDeliveryDestinationsResponseCloudWatchLogsClient. describeDeliveryDestinations(DescribeDeliveryDestinationsRequest describeDeliveryDestinationsRequest)Retrieves a list of the delivery destinations that have been created in the account.default DescribeDeliveryDestinationsPublisherCloudWatchLogsAsyncClient. describeDeliveryDestinationsPaginator(DescribeDeliveryDestinationsRequest describeDeliveryDestinationsRequest)default DescribeDeliveryDestinationsIterableCloudWatchLogsClient. describeDeliveryDestinationsPaginator(DescribeDeliveryDestinationsRequest describeDeliveryDestinationsRequest) -
Uses of DescribeDeliveryDestinationsRequest in software.amazon.awssdk.services.cloudwatchlogs.paginators
Constructors in software.amazon.awssdk.services.cloudwatchlogs.paginators with parameters of type DescribeDeliveryDestinationsRequest Constructor Description DescribeDeliveryDestinationsIterable(CloudWatchLogsClient client, DescribeDeliveryDestinationsRequest firstRequest)DescribeDeliveryDestinationsPublisher(CloudWatchLogsAsyncClient client, DescribeDeliveryDestinationsRequest firstRequest) -
Uses of DescribeDeliveryDestinationsRequest in software.amazon.awssdk.services.cloudwatchlogs.transform
Methods in software.amazon.awssdk.services.cloudwatchlogs.transform with parameters of type DescribeDeliveryDestinationsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeDeliveryDestinationsRequestMarshaller. marshall(DescribeDeliveryDestinationsRequest describeDeliveryDestinationsRequest)
-