Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.DeliverySourceStatusReason
Packages that use DeliverySourceStatusReason
-
Uses of DeliverySourceStatusReason in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DeliverySourceStatusReasonModifier and TypeMethodDescriptionstatic DeliverySourceStatusReasonUse this in place of valueOf to convert the raw string returned by the service into the enum value.DeliverySource.statusReason()The reason for the status of the delivery source.static DeliverySourceStatusReasonReturns the enum constant of this type with the specified name.static DeliverySourceStatusReason[]DeliverySourceStatusReason.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DeliverySourceStatusReasonModifier and TypeMethodDescriptionstatic Set<DeliverySourceStatusReason>DeliverySourceStatusReason.knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type DeliverySourceStatusReasonModifier and TypeMethodDescriptionDeliverySource.Builder.statusReason(DeliverySourceStatusReason statusReason) The reason for the status of the delivery source.