| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
SmbMountOptions |
SmbMountOptions.clone() |
SmbMountOptions |
UpdateLocationSmbRequest.getMountOptions() |
SmbMountOptions |
CreateLocationSmbRequest.getMountOptions()
The mount options used by DataSync to access the SMB server.
|
SmbMountOptions |
DescribeLocationSmbResult.getMountOptions()
The mount options that are available for DataSync to use to access an SMB location.
|
SmbMountOptions |
SmbMountOptions.withVersion(SmbVersion version)
The specific SMB version that you want DataSync to use to mount your SMB share.
|
SmbMountOptions |
SmbMountOptions.withVersion(String version)
The specific SMB version that you want DataSync to use to mount your SMB share.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateLocationSmbRequest.setMountOptions(SmbMountOptions mountOptions) |
void |
CreateLocationSmbRequest.setMountOptions(SmbMountOptions mountOptions)
The mount options used by DataSync to access the SMB server.
|
void |
DescribeLocationSmbResult.setMountOptions(SmbMountOptions mountOptions)
The mount options that are available for DataSync to use to access an SMB location.
|
UpdateLocationSmbRequest |
UpdateLocationSmbRequest.withMountOptions(SmbMountOptions mountOptions) |
CreateLocationSmbRequest |
CreateLocationSmbRequest.withMountOptions(SmbMountOptions mountOptions)
The mount options used by DataSync to access the SMB server.
|
DescribeLocationSmbResult |
DescribeLocationSmbResult.withMountOptions(SmbMountOptions mountOptions)
The mount options that are available for DataSync to use to access an SMB location.
|
Copyright © 2021. All rights reserved.