Uses of Class
software.amazon.awssdk.services.athena.model.NotebookType
-
Packages that use NotebookType Package Description software.amazon.awssdk.services.athena.model -
-
Uses of NotebookType in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return NotebookType Modifier and Type Method Description static NotebookTypeNotebookType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NotebookTypeImportNotebookRequest. type()The notebook content type.NotebookTypeNotebookMetadata. type()The type of notebook.NotebookTypeUpdateNotebookRequest. type()The notebook content type.static NotebookTypeNotebookType. 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.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type NotebookType Modifier and Type Method Description static Set<NotebookType>NotebookType. knownValues()Methods in software.amazon.awssdk.services.athena.model with parameters of type NotebookType Modifier and Type Method Description ImportNotebookRequest.BuilderImportNotebookRequest.Builder. type(NotebookType type)The notebook content type.NotebookMetadata.BuilderNotebookMetadata.Builder. type(NotebookType type)The type of notebook.UpdateNotebookRequest.BuilderUpdateNotebookRequest.Builder. type(NotebookType type)The notebook content type.
-