Uses of Class
software.amazon.awssdk.services.sagemaker.model.EFSFileSystem
-
Packages that use EFSFileSystem Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of EFSFileSystem in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return EFSFileSystem Modifier and Type Method Description EFSFileSystemCustomFileSystem. efsFileSystem()A custom file system in Amazon EFS.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type EFSFileSystem Modifier and Type Method Description CustomFileSystem.BuilderCustomFileSystem.Builder. efsFileSystem(EFSFileSystem efsFileSystem)A custom file system in Amazon EFS.static CustomFileSystemCustomFileSystem. fromEfsFileSystem(EFSFileSystem efsFileSystem)Create an instance of this class withCustomFileSystem.efsFileSystem()initialized to the given value.
-