Uses of Class
software.amazon.awssdk.services.emr.model.NotebookExecutionStatus
-
Packages that use NotebookExecutionStatus Package Description software.amazon.awssdk.services.emr.model -
-
Uses of NotebookExecutionStatus in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return NotebookExecutionStatus Modifier and Type Method Description static NotebookExecutionStatus
NotebookExecutionStatus. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.NotebookExecutionStatus
ListNotebookExecutionsRequest. status()
The status filter for listing notebook executions.NotebookExecutionStatus
NotebookExecution. status()
The status of the notebook execution.NotebookExecutionStatus
NotebookExecutionSummary. status()
The status of the notebook execution.static NotebookExecutionStatus
NotebookExecutionStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotebookExecutionStatus[]
NotebookExecutionStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type NotebookExecutionStatus Modifier and Type Method Description static Set<NotebookExecutionStatus>
NotebookExecutionStatus. knownValues()
Methods in software.amazon.awssdk.services.emr.model with parameters of type NotebookExecutionStatus Modifier and Type Method Description ListNotebookExecutionsRequest.Builder
ListNotebookExecutionsRequest.Builder. status(NotebookExecutionStatus status)
The status filter for listing notebook executions.NotebookExecution.Builder
NotebookExecution.Builder. status(NotebookExecutionStatus status)
The status of the notebook execution.NotebookExecutionSummary.Builder
NotebookExecutionSummary.Builder. status(NotebookExecutionStatus status)
The status of the notebook execution.
-