| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
SmbMountOptions |
SmbMountOptions.clone() |
SmbMountOptions |
DescribeLocationSmbResult.getMountOptions()
The mount options that are available for DataSync to use to access an SMB location.
|
SmbMountOptions |
UpdateLocationSmbRequest.getMountOptions() |
SmbMountOptions |
FsxProtocolSmb.getMountOptions() |
SmbMountOptions |
CreateLocationSmbRequest.getMountOptions()
Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.
|
SmbMountOptions |
SmbMountOptions.withVersion(SmbVersion version)
By default, DataSync automatically chooses an SMB protocol version based on negotiation with your SMB file
server.
|
SmbMountOptions |
SmbMountOptions.withVersion(String version)
By default, DataSync automatically chooses an SMB protocol version based on negotiation with your SMB file
server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLocationSmbResult.setMountOptions(SmbMountOptions mountOptions)
The mount options that are available for DataSync to use to access an SMB location.
|
void |
UpdateLocationSmbRequest.setMountOptions(SmbMountOptions mountOptions) |
void |
FsxProtocolSmb.setMountOptions(SmbMountOptions mountOptions) |
void |
CreateLocationSmbRequest.setMountOptions(SmbMountOptions mountOptions)
Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.
|
DescribeLocationSmbResult |
DescribeLocationSmbResult.withMountOptions(SmbMountOptions mountOptions)
The mount options that are available for DataSync to use to access an SMB location.
|
UpdateLocationSmbRequest |
UpdateLocationSmbRequest.withMountOptions(SmbMountOptions mountOptions) |
FsxProtocolSmb |
FsxProtocolSmb.withMountOptions(SmbMountOptions mountOptions) |
CreateLocationSmbRequest |
CreateLocationSmbRequest.withMountOptions(SmbMountOptions mountOptions)
Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.
|
Copyright © 2023. All rights reserved.