Uses of Class
software.amazon.awssdk.services.iot.model.AuthResult
-
Packages that use AuthResult Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AuthResult in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AuthResult Modifier and Type Method Description List<AuthResult>TestAuthorizationResponse. authResults()The authentication results.Methods in software.amazon.awssdk.services.iot.model with parameters of type AuthResult Modifier and Type Method Description TestAuthorizationResponse.BuilderTestAuthorizationResponse.Builder. authResults(AuthResult... authResults)The authentication results.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type AuthResult Modifier and Type Method Description TestAuthorizationResponse.BuilderTestAuthorizationResponse.Builder. authResults(Collection<AuthResult> authResults)The authentication results.
-