| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationSmbResult |
AbstractAWSDataSync.describeLocationSmb(DescribeLocationSmbRequest request) |
DescribeLocationSmbResult |
AWSDataSync.describeLocationSmb(DescribeLocationSmbRequest describeLocationSmbRequest)
Returns metadata, such as the path and user information about an SMB location.
|
DescribeLocationSmbResult |
AWSDataSyncClient.describeLocationSmb(DescribeLocationSmbRequest request)
Returns metadata, such as the path and user information about an SMB location.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeLocationSmbResult> |
AbstractAWSDataSyncAsync.describeLocationSmbAsync(DescribeLocationSmbRequest request,
AsyncHandler<DescribeLocationSmbRequest,DescribeLocationSmbResult> asyncHandler) |
Future<DescribeLocationSmbResult> |
AWSDataSyncAsync.describeLocationSmbAsync(DescribeLocationSmbRequest describeLocationSmbRequest,
AsyncHandler<DescribeLocationSmbRequest,DescribeLocationSmbResult> asyncHandler)
Returns metadata, such as the path and user information about an SMB location.
|
Future<DescribeLocationSmbResult> |
AWSDataSyncAsyncClient.describeLocationSmbAsync(DescribeLocationSmbRequest request,
AsyncHandler<DescribeLocationSmbRequest,DescribeLocationSmbResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationSmbResult |
DescribeLocationSmbResult.clone() |
DescribeLocationSmbResult |
DescribeLocationSmbResult.withAgentArns(Collection<String> agentArns)
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
|
DescribeLocationSmbResult |
DescribeLocationSmbResult.withAgentArns(String... agentArns)
The Amazon Resource Name (ARN) of the source SMB file system location that is created.
|
DescribeLocationSmbResult |
DescribeLocationSmbResult.withCreationTime(Date creationTime)
The time that the SMB location was created.
|
DescribeLocationSmbResult |
DescribeLocationSmbResult.withDomain(String domain)
The name of the Windows domain that the SMB server belongs to.
|
DescribeLocationSmbResult |
DescribeLocationSmbResult.withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the SMB location that was described.
|
DescribeLocationSmbResult |
DescribeLocationSmbResult.withLocationUri(String locationUri)
The URL of the source SMB location that was described.
|
DescribeLocationSmbResult |
DescribeLocationSmbResult.withMountOptions(SmbMountOptions mountOptions)
The mount options that are available for DataSync to use to access an SMB location.
|
DescribeLocationSmbResult |
DescribeLocationSmbResult.withUser(String user)
The user who can mount the share, has the permissions to access files and folders in the SMB share.
|
Copyright © 2022. All rights reserved.