Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DeliveryDestinationConfiguration
-
Packages that use DeliveryDestinationConfiguration Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of DeliveryDestinationConfiguration in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DeliveryDestinationConfiguration Modifier and Type Method Description DeliveryDestinationConfigurationDeliveryDestination. deliveryDestinationConfiguration()A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.DeliveryDestinationConfigurationPutDeliveryDestinationRequest. 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 DeliveryDestinationConfiguration Modifier and Type Method Description DeliveryDestination.BuilderDeliveryDestination.Builder. deliveryDestinationConfiguration(DeliveryDestinationConfiguration deliveryDestinationConfiguration)A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.PutDeliveryDestinationRequest.BuilderPutDeliveryDestinationRequest.Builder. deliveryDestinationConfiguration(DeliveryDestinationConfiguration deliveryDestinationConfiguration)A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.
-