Uses of Class
software.amazon.awssdk.services.datasync.model.CreateLocationNfsRequest
-
Packages that use CreateLocationNfsRequest Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.transform -
-
Uses of CreateLocationNfsRequest in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync with parameters of type CreateLocationNfsRequest Modifier and Type Method Description default CompletableFuture<CreateLocationNfsResponse>DataSyncAsyncClient. createLocationNfs(CreateLocationNfsRequest createLocationNfsRequest)Creates a transfer location for a Network File System (NFS) file server.default CreateLocationNfsResponseDataSyncClient. createLocationNfs(CreateLocationNfsRequest createLocationNfsRequest)Creates a transfer location for a Network File System (NFS) file server. -
Uses of CreateLocationNfsRequest in software.amazon.awssdk.services.datasync.transform
Methods in software.amazon.awssdk.services.datasync.transform with parameters of type CreateLocationNfsRequest Modifier and Type Method Description SdkHttpFullRequestCreateLocationNfsRequestMarshaller. marshall(CreateLocationNfsRequest createLocationNfsRequest)
-