Uses of Interface
software.amazon.awssdk.services.sagemaker.model.AppLifecycleManagement.Builder
-
Packages that use AppLifecycleManagement.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AppLifecycleManagement.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AppLifecycleManagement.Builder Modifier and Type Method Description static AppLifecycleManagement.BuilderAppLifecycleManagement. builder()default AppLifecycleManagement.BuilderAppLifecycleManagement.Builder. idleSettings(Consumer<IdleSettings.Builder> idleSettings)Settings related to idle shutdown of Studio applications.AppLifecycleManagement.BuilderAppLifecycleManagement.Builder. idleSettings(IdleSettings idleSettings)Settings related to idle shutdown of Studio applications.AppLifecycleManagement.BuilderAppLifecycleManagement. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AppLifecycleManagement.Builder Modifier and Type Method Description static Class<? extends AppLifecycleManagement.Builder>AppLifecycleManagement. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AppLifecycleManagement.Builder Modifier and Type Method Description default CodeEditorAppSettings.BuilderCodeEditorAppSettings.Builder. appLifecycleManagement(Consumer<AppLifecycleManagement.Builder> appLifecycleManagement)Settings that are used to configure and manage the lifecycle of CodeEditor applications.default JupyterLabAppSettings.BuilderJupyterLabAppSettings.Builder. appLifecycleManagement(Consumer<AppLifecycleManagement.Builder> appLifecycleManagement)Indicates whether idle shutdown is activated for JupyterLab applications.
-