Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DeliveryDestinationConfiguration
Packages that use DeliveryDestinationConfiguration
-
Uses of DeliveryDestinationConfiguration in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DeliveryDestinationConfigurationModifier and TypeMethodDescriptionDeliveryDestination.deliveryDestinationConfiguration()A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.PutDeliveryDestinationRequest.deliveryDestinationConfiguration()A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type DeliveryDestinationConfigurationModifier and TypeMethodDescriptionDeliveryDestination.Builder.deliveryDestinationConfiguration(DeliveryDestinationConfiguration deliveryDestinationConfiguration) A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.PutDeliveryDestinationRequest.Builder.deliveryDestinationConfiguration(DeliveryDestinationConfiguration deliveryDestinationConfiguration) A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.