Uses of Class
software.amazon.awssdk.services.datasync.model.UpdateLocationHdfsResponse
-
Packages that use UpdateLocationHdfsResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of UpdateLocationHdfsResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return UpdateLocationHdfsResponse Modifier and Type Method Description default UpdateLocationHdfsResponseDataSyncClient. updateLocationHdfs(Consumer<UpdateLocationHdfsRequest.Builder> updateLocationHdfsRequest)Modifies the following configuration parameters of the Hadoop Distributed File System (HDFS) transfer location that you're using with DataSync.default UpdateLocationHdfsResponseDataSyncClient. updateLocationHdfs(UpdateLocationHdfsRequest updateLocationHdfsRequest)Modifies the following configuration parameters of the Hadoop Distributed File System (HDFS) transfer location that you're using with DataSync.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type UpdateLocationHdfsResponse Modifier and Type Method Description default CompletableFuture<UpdateLocationHdfsResponse>DataSyncAsyncClient. updateLocationHdfs(Consumer<UpdateLocationHdfsRequest.Builder> updateLocationHdfsRequest)Modifies the following configuration parameters of the Hadoop Distributed File System (HDFS) transfer location that you're using with DataSync.default CompletableFuture<UpdateLocationHdfsResponse>DataSyncAsyncClient. updateLocationHdfs(UpdateLocationHdfsRequest updateLocationHdfsRequest)Modifies the following configuration parameters of the Hadoop Distributed File System (HDFS) transfer location that you're using with DataSync.
-