Uses of Class
software.amazon.awssdk.services.datasync.model.UpdateLocationSmbResponse
-
Packages that use UpdateLocationSmbResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of UpdateLocationSmbResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return UpdateLocationSmbResponse Modifier and Type Method Description default UpdateLocationSmbResponseDataSyncClient. updateLocationSmb(Consumer<UpdateLocationSmbRequest.Builder> updateLocationSmbRequest)Updates some of the parameters of a Server Message Block (SMB) file server location that you can use for DataSync transfers.default UpdateLocationSmbResponseDataSyncClient. updateLocationSmb(UpdateLocationSmbRequest updateLocationSmbRequest)Updates some of the parameters of a Server Message Block (SMB) file server location that you can use for DataSync transfers.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type UpdateLocationSmbResponse Modifier and Type Method Description default CompletableFuture<UpdateLocationSmbResponse>DataSyncAsyncClient. updateLocationSmb(Consumer<UpdateLocationSmbRequest.Builder> updateLocationSmbRequest)Updates some of the parameters of a Server Message Block (SMB) file server location that you can use for DataSync transfers.default CompletableFuture<UpdateLocationSmbResponse>DataSyncAsyncClient. updateLocationSmb(UpdateLocationSmbRequest updateLocationSmbRequest)Updates some of the parameters of a Server Message Block (SMB) file server location that you can use for DataSync transfers.
-