Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.DeliverySourceConfigurationSchema
Packages that use DeliverySourceConfigurationSchema
-
Uses of DeliverySourceConfigurationSchema in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DeliverySourceConfigurationSchemaModifier and TypeMethodDescriptionConfigurationTemplate.deliverySourceConfiguration()The schema of the delivery source configuration that is available for this log type.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type DeliverySourceConfigurationSchemaModifier and TypeMethodDescriptionConfigurationTemplate.Builder.deliverySourceConfiguration(DeliverySourceConfigurationSchema... deliverySourceConfiguration) The schema of the delivery source configuration that is available for this log type.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type DeliverySourceConfigurationSchemaModifier and TypeMethodDescriptionConfigurationTemplate.Builder.deliverySourceConfiguration(Collection<DeliverySourceConfigurationSchema> deliverySourceConfiguration) The schema of the delivery source configuration that is available for this log type.