Uses of Class
software.amazon.awssdk.services.datasync.model.UpdateLocationEfsResponse
-
Packages that use UpdateLocationEfsResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of UpdateLocationEfsResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return UpdateLocationEfsResponse Modifier and Type Method Description default UpdateLocationEfsResponseDataSyncClient. updateLocationEfs(Consumer<UpdateLocationEfsRequest.Builder> updateLocationEfsRequest)Modifies the following configuration parameters of the Amazon EFS transfer location that you're using with DataSync.default UpdateLocationEfsResponseDataSyncClient. updateLocationEfs(UpdateLocationEfsRequest updateLocationEfsRequest)Modifies the following configuration parameters of the Amazon EFS transfer location that you're using with DataSync.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type UpdateLocationEfsResponse Modifier and Type Method Description default CompletableFuture<UpdateLocationEfsResponse>DataSyncAsyncClient. updateLocationEfs(Consumer<UpdateLocationEfsRequest.Builder> updateLocationEfsRequest)Modifies the following configuration parameters of the Amazon EFS transfer location that you're using with DataSync.default CompletableFuture<UpdateLocationEfsResponse>DataSyncAsyncClient. updateLocationEfs(UpdateLocationEfsRequest updateLocationEfsRequest)Modifies the following configuration parameters of the Amazon EFS transfer location that you're using with DataSync.
-