| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
HdfsDataTransferProtection |
QopConfiguration.dataTransferProtection()
The data transfer protection setting configured on the HDFS cluster.
|
static HdfsDataTransferProtection |
HdfsDataTransferProtection.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static HdfsDataTransferProtection |
HdfsDataTransferProtection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HdfsDataTransferProtection[] |
HdfsDataTransferProtection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<HdfsDataTransferProtection> |
HdfsDataTransferProtection.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
QopConfiguration.Builder |
QopConfiguration.Builder.dataTransferProtection(HdfsDataTransferProtection dataTransferProtection)
The data transfer protection setting configured on the HDFS cluster.
|
Copyright © 2021. All rights reserved.