Uses of Class
software.amazon.awssdk.services.sagemaker.model.RootAccess
-
Packages that use RootAccess Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of RootAccess in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return RootAccess Modifier and Type Method Description static RootAccessRootAccess. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RootAccessCreateNotebookInstanceRequest. rootAccess()Whether root access is enabled or disabled for users of the notebook instance.RootAccessDescribeNotebookInstanceResponse. rootAccess()Whether root access is enabled or disabled for users of the notebook instance.RootAccessUpdateNotebookInstanceRequest. rootAccess()Whether root access is enabled or disabled for users of the notebook instance.static RootAccessRootAccess. 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.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type RootAccess Modifier and Type Method Description static Set<RootAccess>RootAccess. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type RootAccess Modifier and Type Method Description CreateNotebookInstanceRequest.BuilderCreateNotebookInstanceRequest.Builder. rootAccess(RootAccess rootAccess)Whether root access is enabled or disabled for users of the notebook instance.DescribeNotebookInstanceResponse.BuilderDescribeNotebookInstanceResponse.Builder. rootAccess(RootAccess rootAccess)Whether root access is enabled or disabled for users of the notebook instance.UpdateNotebookInstanceRequest.BuilderUpdateNotebookInstanceRequest.Builder. rootAccess(RootAccess rootAccess)Whether root access is enabled or disabled for users of the notebook instance.
-