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