Uses of Class
software.amazon.awssdk.services.iot.model.AuthInfo
-
Packages that use AuthInfo Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AuthInfo in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AuthInfo Modifier and Type Method Description AuthInfoAuthResult. authInfo()Authorization information.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type AuthInfo Modifier and Type Method Description List<AuthInfo>TestAuthorizationRequest. authInfos()A list of authorization info objects.Methods in software.amazon.awssdk.services.iot.model with parameters of type AuthInfo Modifier and Type Method Description AuthResult.BuilderAuthResult.Builder. authInfo(AuthInfo authInfo)Authorization information.TestAuthorizationRequest.BuilderTestAuthorizationRequest.Builder. authInfos(AuthInfo... authInfos)A list of authorization info objects.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type AuthInfo Modifier and Type Method Description TestAuthorizationRequest.BuilderTestAuthorizationRequest.Builder. authInfos(Collection<AuthInfo> authInfos)A list of authorization info objects.
-