| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static NotebookType |
NotebookType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NotebookType |
NotebookMetadata.type()
The type of notebook.
|
NotebookType |
ImportNotebookRequest.type()
The notebook content type.
|
NotebookType |
UpdateNotebookRequest.type()
The notebook content type.
|
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 |
|---|---|
static Set<NotebookType> |
NotebookType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
NotebookMetadata.Builder |
NotebookMetadata.Builder.type(NotebookType type)
The type of notebook.
|
ImportNotebookRequest.Builder |
ImportNotebookRequest.Builder.type(NotebookType type)
The notebook content type.
|
UpdateNotebookRequest.Builder |
UpdateNotebookRequest.Builder.type(NotebookType type)
The notebook content type.
|
Copyright © 2023. All rights reserved.