Uses of Class
software.amazon.awssdk.services.sagemaker.model.SpaceAppLifecycleManagement
-
Packages that use SpaceAppLifecycleManagement Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of SpaceAppLifecycleManagement in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return SpaceAppLifecycleManagement Modifier and Type Method Description SpaceAppLifecycleManagementSpaceCodeEditorAppSettings. appLifecycleManagement()Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.SpaceAppLifecycleManagementSpaceJupyterLabAppSettings. appLifecycleManagement()Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type SpaceAppLifecycleManagement Modifier and Type Method Description SpaceCodeEditorAppSettings.BuilderSpaceCodeEditorAppSettings.Builder. appLifecycleManagement(SpaceAppLifecycleManagement appLifecycleManagement)Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.SpaceJupyterLabAppSettings.BuilderSpaceJupyterLabAppSettings.Builder. appLifecycleManagement(SpaceAppLifecycleManagement appLifecycleManagement)Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.
-