| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
SmbMountOptions |
CreateLocationSmbRequest.mountOptions()
The mount options used by DataSync to access the SMB server.
|
SmbMountOptions |
DescribeLocationSmbResponse.mountOptions()
The mount options that are available for DataSync to use to access an SMB location.
|
SmbMountOptions |
FsxProtocolSmb.mountOptions()
Returns the value of the MountOptions property for this object.
|
SmbMountOptions |
UpdateLocationSmbRequest.mountOptions()
Returns the value of the MountOptions property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLocationSmbRequest.Builder |
CreateLocationSmbRequest.Builder.mountOptions(SmbMountOptions mountOptions)
The mount options used by DataSync to access the SMB server.
|
DescribeLocationSmbResponse.Builder |
DescribeLocationSmbResponse.Builder.mountOptions(SmbMountOptions mountOptions)
The mount options that are available for DataSync to use to access an SMB location.
|
FsxProtocolSmb.Builder |
FsxProtocolSmb.Builder.mountOptions(SmbMountOptions mountOptions)
Sets the value of the MountOptions property for this object.
|
UpdateLocationSmbRequest.Builder |
UpdateLocationSmbRequest.Builder.mountOptions(SmbMountOptions mountOptions)
Sets the value of the MountOptions property for this object.
|
Copyright © 2022. All rights reserved.