Uses of Class
software.amazon.awssdk.services.datasync.model.HdfsAuthenticationType
-
Packages that use HdfsAuthenticationType Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of HdfsAuthenticationType in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return HdfsAuthenticationType Modifier and Type Method Description HdfsAuthenticationTypeCreateLocationHdfsRequest. authenticationType()The type of authentication used to determine the identity of the user.HdfsAuthenticationTypeDescribeLocationHdfsResponse. authenticationType()The type of authentication used to determine the identity of the user.HdfsAuthenticationTypeUpdateLocationHdfsRequest. authenticationType()The type of authentication used to determine the identity of the user.static HdfsAuthenticationTypeHdfsAuthenticationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static HdfsAuthenticationTypeHdfsAuthenticationType. 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.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type HdfsAuthenticationType Modifier and Type Method Description static Set<HdfsAuthenticationType>HdfsAuthenticationType. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type HdfsAuthenticationType Modifier and Type Method Description CreateLocationHdfsRequest.BuilderCreateLocationHdfsRequest.Builder. authenticationType(HdfsAuthenticationType authenticationType)The type of authentication used to determine the identity of the user.DescribeLocationHdfsResponse.BuilderDescribeLocationHdfsResponse.Builder. authenticationType(HdfsAuthenticationType authenticationType)The type of authentication used to determine the identity of the user.UpdateLocationHdfsRequest.BuilderUpdateLocationHdfsRequest.Builder. authenticationType(HdfsAuthenticationType authenticationType)The type of authentication used to determine the identity of the user.
-