Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.DeliverySourceStatus
Packages that use DeliverySourceStatus
-
Uses of DeliverySourceStatus in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DeliverySourceStatusModifier and TypeMethodDescriptionstatic DeliverySourceStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final DeliverySourceStatusDeliverySource.status()The status of the delivery source.static DeliverySourceStatusReturns the enum constant of this type with the specified name.static DeliverySourceStatus[]DeliverySourceStatus.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 DeliverySourceStatusModifier and TypeMethodDescriptionstatic Set<DeliverySourceStatus>DeliverySourceStatus.knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type DeliverySourceStatusModifier and TypeMethodDescriptionDeliverySource.Builder.status(DeliverySourceStatus status) The status of the delivery source.