Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.ExecutionStatus
Packages that use ExecutionStatus
-
Uses of ExecutionStatus in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ExecutionStatusModifier and TypeMethodDescriptionfinal ExecutionStatusTriggerHistoryRecord.executionStatus()The execution status of the scheduled query run.static ExecutionStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ExecutionStatusGetScheduledQueryResponse.lastExecutionStatus()The status of the most recent execution of the scheduled query.final ExecutionStatusScheduledQuerySummary.lastExecutionStatus()The status of the most recent execution.final ExecutionStatusUpdateScheduledQueryResponse.lastExecutionStatus()The status of the most recent execution of the updated scheduled query.static ExecutionStatusReturns the enum constant of this type with the specified name.static ExecutionStatus[]ExecutionStatus.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 ExecutionStatusModifier and TypeMethodDescriptionfinal List<ExecutionStatus>GetScheduledQueryHistoryRequest.executionStatuses()An array of execution statuses to filter the history results.static Set<ExecutionStatus>ExecutionStatus.knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type ExecutionStatusModifier and TypeMethodDescriptionTriggerHistoryRecord.Builder.executionStatus(ExecutionStatus executionStatus) The execution status of the scheduled query run.GetScheduledQueryHistoryRequest.Builder.executionStatuses(ExecutionStatus... executionStatuses) An array of execution statuses to filter the history results.GetScheduledQueryResponse.Builder.lastExecutionStatus(ExecutionStatus lastExecutionStatus) The status of the most recent execution of the scheduled query.ScheduledQuerySummary.Builder.lastExecutionStatus(ExecutionStatus lastExecutionStatus) The status of the most recent execution.UpdateScheduledQueryResponse.Builder.lastExecutionStatus(ExecutionStatus lastExecutionStatus) The status of the most recent execution of the updated scheduled query.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type ExecutionStatusModifier and TypeMethodDescriptionGetScheduledQueryHistoryRequest.Builder.executionStatuses(Collection<ExecutionStatus> executionStatuses) An array of execution statuses to filter the history results.