| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationSmbResult |
AWSDataSyncClient.describeLocationSmb(DescribeLocationSmbRequest request)
Provides details about how an DataSync transfer location for a Server Message Block (SMB) file server is
configured.
|
DescribeLocationSmbResult |
AbstractAWSDataSync.describeLocationSmb(DescribeLocationSmbRequest request) |
DescribeLocationSmbResult |
AWSDataSync.describeLocationSmb(DescribeLocationSmbRequest describeLocationSmbRequest)
Provides details about how an DataSync transfer location for a Server Message Block (SMB) file server is
configured.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeLocationSmbResult> |
AWSDataSyncAsyncClient.describeLocationSmbAsync(DescribeLocationSmbRequest request,
AsyncHandler<DescribeLocationSmbRequest,DescribeLocationSmbResult> asyncHandler) |
Future<DescribeLocationSmbResult> |
AbstractAWSDataSyncAsync.describeLocationSmbAsync(DescribeLocationSmbRequest request,
AsyncHandler<DescribeLocationSmbRequest,DescribeLocationSmbResult> asyncHandler) |
Future<DescribeLocationSmbResult> |
AWSDataSyncAsync.describeLocationSmbAsync(DescribeLocationSmbRequest describeLocationSmbRequest,
AsyncHandler<DescribeLocationSmbRequest,DescribeLocationSmbResult> asyncHandler)
Provides details about how an DataSync transfer location for a Server Message Block (SMB) file server is
configured.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationSmbResult |
DescribeLocationSmbResult.clone() |
DescribeLocationSmbResult |
DescribeLocationSmbResult.withAgentArns(Collection<String> agentArns)
The ARNs of the DataSync agents that can connect with your SMB file server.
|
DescribeLocationSmbResult |
DescribeLocationSmbResult.withAgentArns(String... agentArns)
The ARNs of the DataSync agents that can connect with your SMB file server.
|
DescribeLocationSmbResult |
DescribeLocationSmbResult.withCreationTime(Date creationTime)
The time that the SMB location was created.
|
DescribeLocationSmbResult |
DescribeLocationSmbResult.withDomain(String domain)
The name of the Microsoft Active Directory domain that the SMB file server belongs to.
|
DescribeLocationSmbResult |
DescribeLocationSmbResult.withLocationArn(String locationArn)
The ARN of the SMB location.
|
DescribeLocationSmbResult |
DescribeLocationSmbResult.withLocationUri(String locationUri)
The URI of the SMB location.
|
DescribeLocationSmbResult |
DescribeLocationSmbResult.withMountOptions(SmbMountOptions mountOptions)
The protocol that DataSync use to access your SMB file.
|
DescribeLocationSmbResult |
DescribeLocationSmbResult.withUser(String user)
The user that can mount and access the files, folders, and file metadata in your SMB file server.
|
Copyright © 2024. All rights reserved.