| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static RootAccess |
RootAccess.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RootAccess |
CreateNotebookInstanceRequest.rootAccess()
Whether root access is enabled or disabled for users of the notebook instance.
|
RootAccess |
DescribeNotebookInstanceResponse.rootAccess()
Whether root access is enabled or disabled for users of the notebook instance.
|
RootAccess |
UpdateNotebookInstanceRequest.rootAccess()
Whether root access is enabled or disabled for users of the notebook instance.
|
static RootAccess |
RootAccess.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RootAccess[] |
RootAccess.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<RootAccess> |
RootAccess.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateNotebookInstanceRequest.Builder |
CreateNotebookInstanceRequest.Builder.rootAccess(RootAccess rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
DescribeNotebookInstanceResponse.Builder |
DescribeNotebookInstanceResponse.Builder.rootAccess(RootAccess rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
UpdateNotebookInstanceRequest.Builder |
UpdateNotebookInstanceRequest.Builder.rootAccess(RootAccess rootAccess)
Whether root access is enabled or disabled for users of the notebook instance.
|
Copyright © 2022. All rights reserved.