| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
CreateLocationSmbResult |
AWSDataSync.createLocationSmb(CreateLocationSmbRequest createLocationSmbRequest)
Defines a file system on an Server Message Block (SMB) server that can be read from or written to
|
CreateLocationSmbResult |
AbstractAWSDataSync.createLocationSmb(CreateLocationSmbRequest request) |
CreateLocationSmbResult |
AWSDataSyncClient.createLocationSmb(CreateLocationSmbRequest request)
Defines a file system on an Server Message Block (SMB) server that can be read from or written to
|
Future<CreateLocationSmbResult> |
AWSDataSyncAsync.createLocationSmbAsync(CreateLocationSmbRequest createLocationSmbRequest)
Defines a file system on an Server Message Block (SMB) server that can be read from or written to
|
Future<CreateLocationSmbResult> |
AWSDataSyncAsyncClient.createLocationSmbAsync(CreateLocationSmbRequest request) |
Future<CreateLocationSmbResult> |
AbstractAWSDataSyncAsync.createLocationSmbAsync(CreateLocationSmbRequest request) |
Future<CreateLocationSmbResult> |
AWSDataSyncAsync.createLocationSmbAsync(CreateLocationSmbRequest createLocationSmbRequest,
AsyncHandler<CreateLocationSmbRequest,CreateLocationSmbResult> asyncHandler)
Defines a file system on an Server Message Block (SMB) server that can be read from or written to
|
Future<CreateLocationSmbResult> |
AWSDataSyncAsyncClient.createLocationSmbAsync(CreateLocationSmbRequest request,
AsyncHandler<CreateLocationSmbRequest,CreateLocationSmbResult> asyncHandler) |
Future<CreateLocationSmbResult> |
AbstractAWSDataSyncAsync.createLocationSmbAsync(CreateLocationSmbRequest request,
AsyncHandler<CreateLocationSmbRequest,CreateLocationSmbResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLocationSmbResult> |
AWSDataSyncAsync.createLocationSmbAsync(CreateLocationSmbRequest createLocationSmbRequest,
AsyncHandler<CreateLocationSmbRequest,CreateLocationSmbResult> asyncHandler)
Defines a file system on an Server Message Block (SMB) server that can be read from or written to
|
Future<CreateLocationSmbResult> |
AWSDataSyncAsyncClient.createLocationSmbAsync(CreateLocationSmbRequest request,
AsyncHandler<CreateLocationSmbRequest,CreateLocationSmbResult> asyncHandler) |
Future<CreateLocationSmbResult> |
AbstractAWSDataSyncAsync.createLocationSmbAsync(CreateLocationSmbRequest request,
AsyncHandler<CreateLocationSmbRequest,CreateLocationSmbResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLocationSmbRequest |
CreateLocationSmbRequest.clone() |
CreateLocationSmbRequest |
CreateLocationSmbRequest.withAgentArns(Collection<String> agentArns)
The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.withAgentArns(String... agentArns)
The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.withDomain(String domain)
The name of the Windows domain that the SMB server belongs to.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.withMountOptions(SmbMountOptions mountOptions)
The mount options used by DataSync to access the SMB server.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.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.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.withServerHostname(String serverHostname)
The name of the SMB server.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.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.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.withTags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.withTags(TagListEntry... tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.withUser(String user)
The user who can mount the share, has the permissions to access files and folders in the SMB share.
|
Copyright © 2019. All rights reserved.