Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ExecutionStatus
-
Packages that use ExecutionStatus Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of ExecutionStatus in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ExecutionStatus Modifier and Type Method Description ExecutionStatusTriggerHistoryRecord. executionStatus()The execution status of the scheduled query run.static ExecutionStatusExecutionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExecutionStatusGetScheduledQueryResponse. lastExecutionStatus()The status of the most recent execution of the scheduled query.ExecutionStatusScheduledQuerySummary. lastExecutionStatus()The status of the most recent execution.ExecutionStatusUpdateScheduledQueryResponse. lastExecutionStatus()The status of the most recent execution of the updated scheduled query.static ExecutionStatusExecutionStatus. valueOf(String name)Returns 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 ExecutionStatus Modifier and Type Method Description 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 ExecutionStatus Modifier and Type Method Description TriggerHistoryRecord.BuilderTriggerHistoryRecord.Builder. executionStatus(ExecutionStatus executionStatus)The execution status of the scheduled query run.GetScheduledQueryHistoryRequest.BuilderGetScheduledQueryHistoryRequest.Builder. executionStatuses(ExecutionStatus... executionStatuses)An array of execution statuses to filter the history results.GetScheduledQueryResponse.BuilderGetScheduledQueryResponse.Builder. lastExecutionStatus(ExecutionStatus lastExecutionStatus)The status of the most recent execution of the scheduled query.ScheduledQuerySummary.BuilderScheduledQuerySummary.Builder. lastExecutionStatus(ExecutionStatus lastExecutionStatus)The status of the most recent execution.UpdateScheduledQueryResponse.BuilderUpdateScheduledQueryResponse.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 ExecutionStatus Modifier and Type Method Description GetScheduledQueryHistoryRequest.BuilderGetScheduledQueryHistoryRequest.Builder. executionStatuses(Collection<ExecutionStatus> executionStatuses)An array of execution statuses to filter the history results.
-