Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetDeliveryDestinationResponse
-
Packages that use GetDeliveryDestinationResponse 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. -
-
Uses of GetDeliveryDestinationResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetDeliveryDestinationResponse Modifier and Type Method Description default GetDeliveryDestinationResponseCloudWatchLogsClient. getDeliveryDestination(Consumer<GetDeliveryDestinationRequest.Builder> getDeliveryDestinationRequest)Retrieves complete information about one delivery destination.default GetDeliveryDestinationResponseCloudWatchLogsClient. getDeliveryDestination(GetDeliveryDestinationRequest getDeliveryDestinationRequest)Retrieves complete information about one delivery destination.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type GetDeliveryDestinationResponse Modifier and Type Method Description default CompletableFuture<GetDeliveryDestinationResponse>CloudWatchLogsAsyncClient. getDeliveryDestination(Consumer<GetDeliveryDestinationRequest.Builder> getDeliveryDestinationRequest)Retrieves complete information about one delivery destination.default CompletableFuture<GetDeliveryDestinationResponse>CloudWatchLogsAsyncClient. getDeliveryDestination(GetDeliveryDestinationRequest getDeliveryDestinationRequest)Retrieves complete information about one delivery destination.
-