| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLocationSmbResult> |
AWSDataSyncAsync.createLocationSmbAsync(CreateLocationSmbRequest createLocationSmbRequest,
AsyncHandler<CreateLocationSmbRequest,CreateLocationSmbResult> asyncHandler)
Creates an endpoint for a Server Message Block (SMB) file system.
|
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 domain that the SMB server belongs to.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.withMountOptions(SmbMountOptions mountOptions)
The mount options that are available for DataSync to use to access an SMB location.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.withPassword(String password)
The password of the user who has permission to access the SMB server.
|
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 directories in the SMB share.
|
Copyright © 2019. All rights reserved.