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)Modifies the following configuration parameters of the Server Message Block (SMB) transfer location that you're using with DataSync.default UpdateLocationSmbResponseDataSyncClient. updateLocationSmb(UpdateLocationSmbRequest updateLocationSmbRequest)Modifies the following configuration parameters of the Server Message Block (SMB) transfer location that you're using with DataSync.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)Modifies the following configuration parameters of the Server Message Block (SMB) transfer location that you're using with DataSync.default CompletableFuture<UpdateLocationSmbResponse>DataSyncAsyncClient. updateLocationSmb(UpdateLocationSmbRequest updateLocationSmbRequest)Modifies the following configuration parameters of the Server Message Block (SMB) transfer location that you're using with DataSync.
-