| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
HdfsAuthenticationType |
UpdateLocationHdfsRequest.authenticationType()
The type of authentication used to determine the identity of the user.
|
HdfsAuthenticationType |
CreateLocationHdfsRequest.authenticationType()
The type of authentication used to determine the identity of the user.
|
HdfsAuthenticationType |
DescribeLocationHdfsResponse.authenticationType()
The type of authentication used to determine the identity of the user.
|
static HdfsAuthenticationType |
HdfsAuthenticationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static HdfsAuthenticationType |
HdfsAuthenticationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HdfsAuthenticationType[] |
HdfsAuthenticationType.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<HdfsAuthenticationType> |
HdfsAuthenticationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationHdfsRequest.Builder |
UpdateLocationHdfsRequest.Builder.authenticationType(HdfsAuthenticationType authenticationType)
The type of authentication used to determine the identity of the user.
|
CreateLocationHdfsRequest.Builder |
CreateLocationHdfsRequest.Builder.authenticationType(HdfsAuthenticationType authenticationType)
The type of authentication used to determine the identity of the user.
|
DescribeLocationHdfsResponse.Builder |
DescribeLocationHdfsResponse.Builder.authenticationType(HdfsAuthenticationType authenticationType)
The type of authentication used to determine the identity of the user.
|
Copyright © 2023. All rights reserved.