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