Uses of Class
software.amazon.awssdk.services.iotdeviceadvisor.model.AuthenticationMethod
-
Packages that use AuthenticationMethod Package Description software.amazon.awssdk.services.iotdeviceadvisor.model -
-
Uses of AuthenticationMethod in software.amazon.awssdk.services.iotdeviceadvisor.model
Methods in software.amazon.awssdk.services.iotdeviceadvisor.model that return AuthenticationMethod Modifier and Type Method Description AuthenticationMethodGetEndpointRequest. authenticationMethod()The authentication method used during the device connection.static AuthenticationMethodAuthenticationMethod. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthenticationMethodAuthenticationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationMethod[]AuthenticationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotdeviceadvisor.model that return types with arguments of type AuthenticationMethod Modifier and Type Method Description static Set<AuthenticationMethod>AuthenticationMethod. knownValues()Methods in software.amazon.awssdk.services.iotdeviceadvisor.model with parameters of type AuthenticationMethod Modifier and Type Method Description GetEndpointRequest.BuilderGetEndpointRequest.Builder. authenticationMethod(AuthenticationMethod authenticationMethod)The authentication method used during the device connection.
-