Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.DeliverySourceConfigurationSchemaValueType
Packages that use DeliverySourceConfigurationSchemaValueType
-
Uses of DeliverySourceConfigurationSchemaValueType in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DeliverySourceConfigurationSchemaValueTypeModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.Returns the enum constant of this type with the specified name.DeliverySourceConfigurationSchemaValueType.values()Returns an array containing the constants of this enum type, in the order they are declared.DeliverySourceConfigurationSchema.valueType()The data type of the configuration value.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DeliverySourceConfigurationSchemaValueTypeMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type DeliverySourceConfigurationSchemaValueTypeModifier and TypeMethodDescriptionDeliverySourceConfigurationSchema.Builder.valueType(DeliverySourceConfigurationSchemaValueType valueType) The data type of the configuration value.