Uses of Class
software.amazon.awssdk.services.efs.model.CreateFileSystemRequest
-
Packages that use CreateFileSystemRequest Package Description software.amazon.awssdk.services.efs Amazon Elastic File System software.amazon.awssdk.services.efs.transform -
-
Uses of CreateFileSystemRequest in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs with parameters of type CreateFileSystemRequest Modifier and Type Method Description default CompletableFuture<CreateFileSystemResponse>
EfsAsyncClient. createFileSystem(CreateFileSystemRequest createFileSystemRequest)
Creates a new, empty file system.default CreateFileSystemResponse
EfsClient. createFileSystem(CreateFileSystemRequest createFileSystemRequest)
Creates a new, empty file system. -
Uses of CreateFileSystemRequest in software.amazon.awssdk.services.efs.transform
Methods in software.amazon.awssdk.services.efs.transform with parameters of type CreateFileSystemRequest Modifier and Type Method Description SdkHttpFullRequest
CreateFileSystemRequestMarshaller. marshall(CreateFileSystemRequest createFileSystemRequest)
-