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 NotebookExecutionStatusNotebookExecutionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NotebookExecutionStatusListNotebookExecutionsRequest. status()The status filter for listing notebook executions.NotebookExecutionStatusNotebookExecution. status()The status of the notebook execution.NotebookExecutionStatusNotebookExecutionSummary. status()The status of the notebook execution.static NotebookExecutionStatusNotebookExecutionStatus. 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.BuilderListNotebookExecutionsRequest.Builder. status(NotebookExecutionStatus status)The status filter for listing notebook executions.NotebookExecution.BuilderNotebookExecution.Builder. status(NotebookExecutionStatus status)The status of the notebook execution.NotebookExecutionSummary.BuilderNotebookExecutionSummary.Builder. status(NotebookExecutionStatus status)The status of the notebook execution.
-