| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static VerifyMode |
VerifyMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static VerifyMode |
VerifyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerifyMode[] |
VerifyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
VerifyMode |
Options.verifyMode()
A value that determines whether a data integrity verification should be performed at the end of a task execution
after all data and metadata have been transferred.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VerifyMode> |
VerifyMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Options.Builder |
Options.Builder.verifyMode(VerifyMode verifyMode)
A value that determines whether a data integrity verification should be performed at the end of a task
execution after all data and metadata have been transferred.
|
Copyright © 2021. All rights reserved.