| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AuthInfo |
AuthResult.authInfo()
Authorization information.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthInfo> |
TestAuthorizationRequest.authInfos()
A list of authorization info objects.
|
| Modifier and Type | Method and Description |
|---|---|
AuthResult.Builder |
AuthResult.Builder.authInfo(AuthInfo authInfo)
Authorization information.
|
TestAuthorizationRequest.Builder |
TestAuthorizationRequest.Builder.authInfos(AuthInfo... authInfos)
A list of authorization info objects.
|
| Modifier and Type | Method and Description |
|---|---|
TestAuthorizationRequest.Builder |
TestAuthorizationRequest.Builder.authInfos(Collection<AuthInfo> authInfos)
A list of authorization info objects.
|
Copyright © 2020. All rights reserved.