Uses of Interface
software.amazon.awssdk.services.sagemaker.model.StudioWebPortalSettings.Builder
-
Packages that use StudioWebPortalSettings.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of StudioWebPortalSettings.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return StudioWebPortalSettings.Builder Modifier and Type Method Description static StudioWebPortalSettings.BuilderStudioWebPortalSettings. builder()StudioWebPortalSettings.BuilderStudioWebPortalSettings.Builder. hiddenAppTypes(Collection<AppType> hiddenAppTypes)The Applications supported in Studio that are hidden from the Studio left navigation pane.StudioWebPortalSettings.BuilderStudioWebPortalSettings.Builder. hiddenAppTypes(AppType... hiddenAppTypes)The Applications supported in Studio that are hidden from the Studio left navigation pane.StudioWebPortalSettings.BuilderStudioWebPortalSettings.Builder. hiddenAppTypesWithStrings(String... hiddenAppTypes)The Applications supported in Studio that are hidden from the Studio left navigation pane.StudioWebPortalSettings.BuilderStudioWebPortalSettings.Builder. hiddenAppTypesWithStrings(Collection<String> hiddenAppTypes)The Applications supported in Studio that are hidden from the Studio left navigation pane.StudioWebPortalSettings.BuilderStudioWebPortalSettings.Builder. hiddenMlTools(Collection<MlTools> hiddenMlTools)The machine learning tools that are hidden from the Studio left navigation pane.StudioWebPortalSettings.BuilderStudioWebPortalSettings.Builder. hiddenMlTools(MlTools... hiddenMlTools)The machine learning tools that are hidden from the Studio left navigation pane.StudioWebPortalSettings.BuilderStudioWebPortalSettings.Builder. hiddenMlToolsWithStrings(String... hiddenMlTools)The machine learning tools that are hidden from the Studio left navigation pane.StudioWebPortalSettings.BuilderStudioWebPortalSettings.Builder. hiddenMlToolsWithStrings(Collection<String> hiddenMlTools)The machine learning tools that are hidden from the Studio left navigation pane.StudioWebPortalSettings.BuilderStudioWebPortalSettings. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type StudioWebPortalSettings.Builder Modifier and Type Method Description static Class<? extends StudioWebPortalSettings.Builder>StudioWebPortalSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type StudioWebPortalSettings.Builder Modifier and Type Method Description default UserSettings.BuilderUserSettings.Builder. studioWebPortalSettings(Consumer<StudioWebPortalSettings.Builder> studioWebPortalSettings)Studio settings.
-