| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLocationSmbResult> |
AbstractAWSDataSyncAsync.createLocationSmbAsync(CreateLocationSmbRequest request,
AsyncHandler<CreateLocationSmbRequest,CreateLocationSmbResult> asyncHandler) |
Future<CreateLocationSmbResult> |
AWSDataSyncAsync.createLocationSmbAsync(CreateLocationSmbRequest createLocationSmbRequest,
AsyncHandler<CreateLocationSmbRequest,CreateLocationSmbResult> asyncHandler)
Creates a transfer location for a Server Message Block (SMB) file server.
|
Future<CreateLocationSmbResult> |
AWSDataSyncAsyncClient.createLocationSmbAsync(CreateLocationSmbRequest request,
AsyncHandler<CreateLocationSmbRequest,CreateLocationSmbResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLocationSmbRequest |
CreateLocationSmbRequest.clone() |
CreateLocationSmbRequest |
CreateLocationSmbRequest.withAgentArns(Collection<String> agentArns)
Specifies the DataSync agent (or agents) which you want to connect to your SMB file server.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.withAgentArns(String... agentArns)
Specifies the DataSync agent (or agents) which you want to connect to your SMB file server.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.withDomain(String domain)
Specifies the name of the Active Directory domain that your SMB file server belongs to.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.withMountOptions(SmbMountOptions mountOptions)
Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.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.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.withServerHostname(String serverHostname)
Specifies the Domain Name Service (DNS) name or IP address of the SMB file server that your DataSync agent will
mount.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.withSubdirectory(String subdirectory)
Specifies the name of the share exported by your SMB file server where DataSync will read or write data.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.withTags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.withTags(TagListEntry... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationSmbRequest |
CreateLocationSmbRequest.withUser(String user)
Specifies the user that can mount and access the files, folders, and file metadata in your SMB file server.
|
Copyright © 2024. All rights reserved.