Uses of Class
software.amazon.awssdk.services.datasync.model.CreateLocationNfsResponse
-
Packages that use CreateLocationNfsResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of CreateLocationNfsResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return CreateLocationNfsResponse Modifier and Type Method Description default CreateLocationNfsResponseDataSyncClient. createLocationNfs(Consumer<CreateLocationNfsRequest.Builder> createLocationNfsRequest)Creates an endpoint for a Network File System (NFS) file server that DataSync can use for a data transfer.default CreateLocationNfsResponseDataSyncClient. createLocationNfs(CreateLocationNfsRequest createLocationNfsRequest)Creates an endpoint for a Network File System (NFS) file server that DataSync can use for a data transfer.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type CreateLocationNfsResponse Modifier and Type Method Description default CompletableFuture<CreateLocationNfsResponse>DataSyncAsyncClient. createLocationNfs(Consumer<CreateLocationNfsRequest.Builder> createLocationNfsRequest)Creates an endpoint for a Network File System (NFS) file server that DataSync can use for a data transfer.default CompletableFuture<CreateLocationNfsResponse>DataSyncAsyncClient. createLocationNfs(CreateLocationNfsRequest createLocationNfsRequest)Creates an endpoint for a Network File System (NFS) file server that DataSync can use for a data transfer.
-