Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.ActionStatus
Packages that use ActionStatus
-
Uses of ActionStatus in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ActionStatusModifier and TypeMethodDescriptionstatic ActionStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ActionStatusScheduledQueryDestination.status()The processing status of the destination delivery.static ActionStatusReturns the enum constant of this type with the specified name.static ActionStatus[]ActionStatus.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 ActionStatusMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type ActionStatusModifier and TypeMethodDescriptionScheduledQueryDestination.Builder.status(ActionStatus status) The processing status of the destination delivery.