Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
static NotebookExecutionStatus |
NotebookExecutionStatus.fromValue(String value)
Use this in place of valueOf.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ListNotebookExecutionsRequest |
ListNotebookExecutionsRequest.withStatus(NotebookExecutionStatus status)
The status filter for listing notebook executions.
|
NotebookExecution |
NotebookExecution.withStatus(NotebookExecutionStatus status)
The status of the notebook execution.
|
NotebookExecutionSummary |
NotebookExecutionSummary.withStatus(NotebookExecutionStatus status)
The status of the notebook execution.
|
Copyright © 2021. All rights reserved.