| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static NotebookType |
NotebookType.fromValue(String value)
Use this in place of valueOf.
|
static NotebookType |
NotebookType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotebookType[] |
NotebookType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateNotebookRequest |
UpdateNotebookRequest.withType(NotebookType type)
The notebook content type.
|
ImportNotebookRequest |
ImportNotebookRequest.withType(NotebookType type)
The notebook content type.
|
NotebookMetadata |
NotebookMetadata.withType(NotebookType type)
The type of notebook.
|
Copyright © 2023. All rights reserved.