Uses of Class
software.amazon.awssdk.services.sagemaker.model.AppLifecycleManagement
-
Packages that use AppLifecycleManagement Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AppLifecycleManagement in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AppLifecycleManagement Modifier and Type Method Description AppLifecycleManagementCodeEditorAppSettings. appLifecycleManagement()Settings that are used to configure and manage the lifecycle of CodeEditor applications.AppLifecycleManagementJupyterLabAppSettings. appLifecycleManagement()Indicates whether idle shutdown is activated for JupyterLab applications.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AppLifecycleManagement Modifier and Type Method Description CodeEditorAppSettings.BuilderCodeEditorAppSettings.Builder. appLifecycleManagement(AppLifecycleManagement appLifecycleManagement)Settings that are used to configure and manage the lifecycle of CodeEditor applications.JupyterLabAppSettings.BuilderJupyterLabAppSettings.Builder. appLifecycleManagement(AppLifecycleManagement appLifecycleManagement)Indicates whether idle shutdown is activated for JupyterLab applications.
-