| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static SmbVersion |
SmbVersion.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static SmbVersion |
SmbVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmbVersion[] |
SmbVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
SmbVersion |
SmbMountOptions.version()
The specific SMB version that you want DataSync to use to mount your SMB share.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<SmbVersion> |
SmbVersion.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SmbMountOptions.Builder |
SmbMountOptions.Builder.version(SmbVersion version)
The specific SMB version that you want DataSync to use to mount your SMB share.
|
Copyright © 2020. All rights reserved.