Uses of Class
software.amazon.awssdk.services.datasync.model.UpdateLocationNfsResponse
-
Packages that use UpdateLocationNfsResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of UpdateLocationNfsResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return UpdateLocationNfsResponse Modifier and Type Method Description default UpdateLocationNfsResponseDataSyncClient. updateLocationNfs(Consumer<UpdateLocationNfsRequest.Builder> updateLocationNfsRequest)Modifies the following configuration parameters of the Network File System (NFS) transfer location that you're using with DataSync.default UpdateLocationNfsResponseDataSyncClient. updateLocationNfs(UpdateLocationNfsRequest updateLocationNfsRequest)Modifies the following configuration parameters of the Network File System (NFS) transfer location that you're using with DataSync.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type UpdateLocationNfsResponse Modifier and Type Method Description default CompletableFuture<UpdateLocationNfsResponse>DataSyncAsyncClient. updateLocationNfs(Consumer<UpdateLocationNfsRequest.Builder> updateLocationNfsRequest)Modifies the following configuration parameters of the Network File System (NFS) transfer location that you're using with DataSync.default CompletableFuture<UpdateLocationNfsResponse>DataSyncAsyncClient. updateLocationNfs(UpdateLocationNfsRequest updateLocationNfsRequest)Modifies the following configuration parameters of the Network File System (NFS) transfer location that you're using with DataSync.
-