Uses of Class
software.amazon.awssdk.services.sagemaker.model.CustomPosixUserConfig
-
Packages that use CustomPosixUserConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CustomPosixUserConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CustomPosixUserConfig Modifier and Type Method Description CustomPosixUserConfigDefaultSpaceSettings. customPosixUserConfig()Returns the value of the CustomPosixUserConfig property for this object.CustomPosixUserConfigUserSettings. customPosixUserConfig()Details about the POSIX identity that is used for file system operations.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type CustomPosixUserConfig Modifier and Type Method Description DefaultSpaceSettings.BuilderDefaultSpaceSettings.Builder. customPosixUserConfig(CustomPosixUserConfig customPosixUserConfig)Sets the value of the CustomPosixUserConfig property for this object.UserSettings.BuilderUserSettings.Builder. customPosixUserConfig(CustomPosixUserConfig customPosixUserConfig)Details about the POSIX identity that is used for file system operations.
-