Uses of Class
software.amazon.awssdk.services.datasync.model.UpdateLocationSmbRequest
-
Packages that use UpdateLocationSmbRequest Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.transform -
-
Uses of UpdateLocationSmbRequest in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync with parameters of type UpdateLocationSmbRequest Modifier and Type Method Description 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.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. -
Uses of UpdateLocationSmbRequest in software.amazon.awssdk.services.datasync.transform
Methods in software.amazon.awssdk.services.datasync.transform with parameters of type UpdateLocationSmbRequest Modifier and Type Method Description SdkHttpFullRequestUpdateLocationSmbRequestMarshaller. marshall(UpdateLocationSmbRequest updateLocationSmbRequest)
-