| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationSmbResult |
AWSDataSyncClient.updateLocationSmb(UpdateLocationSmbRequest request)
Updates some of the parameters of a previously created location for Server Message Block (SMB) file system
access.
|
UpdateLocationSmbResult |
AWSDataSync.updateLocationSmb(UpdateLocationSmbRequest updateLocationSmbRequest)
Updates some of the parameters of a previously created location for Server Message Block (SMB) file system
access.
|
UpdateLocationSmbResult |
AbstractAWSDataSync.updateLocationSmb(UpdateLocationSmbRequest request) |
Future<UpdateLocationSmbResult> |
AWSDataSyncAsyncClient.updateLocationSmbAsync(UpdateLocationSmbRequest request) |
Future<UpdateLocationSmbResult> |
AWSDataSyncAsync.updateLocationSmbAsync(UpdateLocationSmbRequest updateLocationSmbRequest)
Updates some of the parameters of a previously created location for Server Message Block (SMB) file system
access.
|
Future<UpdateLocationSmbResult> |
AbstractAWSDataSyncAsync.updateLocationSmbAsync(UpdateLocationSmbRequest request) |
Future<UpdateLocationSmbResult> |
AWSDataSyncAsyncClient.updateLocationSmbAsync(UpdateLocationSmbRequest request,
AsyncHandler<UpdateLocationSmbRequest,UpdateLocationSmbResult> asyncHandler) |
Future<UpdateLocationSmbResult> |
AWSDataSyncAsync.updateLocationSmbAsync(UpdateLocationSmbRequest updateLocationSmbRequest,
AsyncHandler<UpdateLocationSmbRequest,UpdateLocationSmbResult> asyncHandler)
Updates some of the parameters of a previously created location for Server Message Block (SMB) file system
access.
|
Future<UpdateLocationSmbResult> |
AbstractAWSDataSyncAsync.updateLocationSmbAsync(UpdateLocationSmbRequest request,
AsyncHandler<UpdateLocationSmbRequest,UpdateLocationSmbResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLocationSmbResult> |
AWSDataSyncAsyncClient.updateLocationSmbAsync(UpdateLocationSmbRequest request,
AsyncHandler<UpdateLocationSmbRequest,UpdateLocationSmbResult> asyncHandler) |
Future<UpdateLocationSmbResult> |
AWSDataSyncAsync.updateLocationSmbAsync(UpdateLocationSmbRequest updateLocationSmbRequest,
AsyncHandler<UpdateLocationSmbRequest,UpdateLocationSmbResult> asyncHandler)
Updates some of the parameters of a previously created location for Server Message Block (SMB) file system
access.
|
Future<UpdateLocationSmbResult> |
AbstractAWSDataSyncAsync.updateLocationSmbAsync(UpdateLocationSmbRequest request,
AsyncHandler<UpdateLocationSmbRequest,UpdateLocationSmbResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationSmbRequest |
UpdateLocationSmbRequest.clone() |
UpdateLocationSmbRequest |
UpdateLocationSmbRequest.withAgentArns(Collection<String> agentArns)
The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
|
UpdateLocationSmbRequest |
UpdateLocationSmbRequest.withAgentArns(String... agentArns)
The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
|
UpdateLocationSmbRequest |
UpdateLocationSmbRequest.withDomain(String domain)
The name of the Windows domain that the SMB server belongs to.
|
UpdateLocationSmbRequest |
UpdateLocationSmbRequest.withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the SMB location to update.
|
UpdateLocationSmbRequest |
UpdateLocationSmbRequest.withMountOptions(SmbMountOptions mountOptions) |
UpdateLocationSmbRequest |
UpdateLocationSmbRequest.withPassword(String password)
The password of the user who can mount the share has the permissions to access files and folders in the SMB
share.
|
UpdateLocationSmbRequest |
UpdateLocationSmbRequest.withSubdirectory(String subdirectory)
The subdirectory in the SMB file system that is used to read data from the SMB source location or write data to
the SMB destination.
|
UpdateLocationSmbRequest |
UpdateLocationSmbRequest.withUser(String user)
The user who can mount the share has the permissions to access files and folders in the SMB share.
|
Copyright © 2023. All rights reserved.