| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and 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 |
NotebookExecutionSummary.status()
The status of the notebook execution.
|
NotebookExecutionStatus |
NotebookExecution.status()
The status of the notebook execution.
|
NotebookExecutionStatus |
ListNotebookExecutionsRequest.status()
The status filter for listing notebook executions.
|
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 |
|---|---|
static Set<NotebookExecutionStatus> |
NotebookExecutionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
NotebookExecutionSummary.Builder |
NotebookExecutionSummary.Builder.status(NotebookExecutionStatus status)
The status of the notebook execution.
|
NotebookExecution.Builder |
NotebookExecution.Builder.status(NotebookExecutionStatus status)
The status of the notebook execution.
|
ListNotebookExecutionsRequest.Builder |
ListNotebookExecutionsRequest.Builder.status(NotebookExecutionStatus status)
The status filter for listing notebook executions.
|
Copyright © 2022. All rights reserved.