Uses of Class
software.amazon.awssdk.services.sagemaker.model.StudioWebPortal
-
Packages that use StudioWebPortal Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of StudioWebPortal in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return StudioWebPortal Modifier and Type Method Description static StudioWebPortalStudioWebPortal. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StudioWebPortalUserSettings. studioWebPortal()Whether the user can access Studio.static StudioWebPortalStudioWebPortal. valueOf(String name)Returns the enum constant of this type with the specified name.static StudioWebPortal[]StudioWebPortal. 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 StudioWebPortal Modifier and Type Method Description static Set<StudioWebPortal>StudioWebPortal. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type StudioWebPortal Modifier and Type Method Description UserSettings.BuilderUserSettings.Builder. studioWebPortal(StudioWebPortal studioWebPortal)Whether the user can access Studio.
-