| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationSmbResult |
AbstractAWSDataSync.updateLocationSmb(UpdateLocationSmbRequest request) |
UpdateLocationSmbResult |
AWSDataSync.updateLocationSmb(UpdateLocationSmbRequest updateLocationSmbRequest)
Updates some of the parameters of a Server Message Block (SMB) file server location that you can use for DataSync
transfers.
|
UpdateLocationSmbResult |
AWSDataSyncClient.updateLocationSmb(UpdateLocationSmbRequest request)
Updates some of the parameters of a Server Message Block (SMB) file server location that you can use for DataSync
transfers.
|
Future<UpdateLocationSmbResult> |
AbstractAWSDataSyncAsync.updateLocationSmbAsync(UpdateLocationSmbRequest request) |
Future<UpdateLocationSmbResult> |
AWSDataSyncAsync.updateLocationSmbAsync(UpdateLocationSmbRequest updateLocationSmbRequest)
Updates some of the parameters of a Server Message Block (SMB) file server location that you can use for DataSync
transfers.
|
Future<UpdateLocationSmbResult> |
AWSDataSyncAsyncClient.updateLocationSmbAsync(UpdateLocationSmbRequest request) |
Future<UpdateLocationSmbResult> |
AbstractAWSDataSyncAsync.updateLocationSmbAsync(UpdateLocationSmbRequest request,
AsyncHandler<UpdateLocationSmbRequest,UpdateLocationSmbResult> asyncHandler) |
Future<UpdateLocationSmbResult> |
AWSDataSyncAsync.updateLocationSmbAsync(UpdateLocationSmbRequest updateLocationSmbRequest,
AsyncHandler<UpdateLocationSmbRequest,UpdateLocationSmbResult> asyncHandler)
Updates some of the parameters of a Server Message Block (SMB) file server location that you can use for DataSync
transfers.
|
Future<UpdateLocationSmbResult> |
AWSDataSyncAsyncClient.updateLocationSmbAsync(UpdateLocationSmbRequest request,
AsyncHandler<UpdateLocationSmbRequest,UpdateLocationSmbResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLocationSmbResult> |
AbstractAWSDataSyncAsync.updateLocationSmbAsync(UpdateLocationSmbRequest request,
AsyncHandler<UpdateLocationSmbRequest,UpdateLocationSmbResult> asyncHandler) |
Future<UpdateLocationSmbResult> |
AWSDataSyncAsync.updateLocationSmbAsync(UpdateLocationSmbRequest updateLocationSmbRequest,
AsyncHandler<UpdateLocationSmbRequest,UpdateLocationSmbResult> asyncHandler)
Updates some of the parameters of a Server Message Block (SMB) file server location that you can use for DataSync
transfers.
|
Future<UpdateLocationSmbResult> |
AWSDataSyncAsyncClient.updateLocationSmbAsync(UpdateLocationSmbRequest request,
AsyncHandler<UpdateLocationSmbRequest,UpdateLocationSmbResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationSmbRequest |
UpdateLocationSmbRequest.clone() |
UpdateLocationSmbRequest |
UpdateLocationSmbRequest.withAgentArns(Collection<String> agentArns)
Specifies the DataSync agent (or agents) which you want to connect to your SMB file server.
|
UpdateLocationSmbRequest |
UpdateLocationSmbRequest.withAgentArns(String... agentArns)
Specifies the DataSync agent (or agents) which you want to connect to your SMB file server.
|
UpdateLocationSmbRequest |
UpdateLocationSmbRequest.withDomain(String domain)
Specifies the Windows domain name that your SMB file server belongs to.
|
UpdateLocationSmbRequest |
UpdateLocationSmbRequest.withLocationArn(String locationArn)
Specifies the ARN of the SMB location that you want to update.
|
UpdateLocationSmbRequest |
UpdateLocationSmbRequest.withMountOptions(SmbMountOptions mountOptions) |
UpdateLocationSmbRequest |
UpdateLocationSmbRequest.withPassword(String password)
Specifies the password of the user who can mount your SMB file server and has permission to access the files and
folders involved in your transfer.
|
UpdateLocationSmbRequest |
UpdateLocationSmbRequest.withSubdirectory(String subdirectory)
Specifies the name of the share exported by your SMB file server where DataSync will read or write data.
|
UpdateLocationSmbRequest |
UpdateLocationSmbRequest.withUser(String user)
Specifies the user name that can mount your SMB file server and has permission to access the files and folders
involved in your transfer.
|
Copyright © 2024. All rights reserved.