| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AuthInfo |
AuthInfo.clone() |
AuthInfo |
AuthResult.getAuthInfo()
Authorization information.
|
AuthInfo |
AuthInfo.withActionType(ActionType actionType)
The type of action for which the principal is being authorized.
|
AuthInfo |
AuthInfo.withActionType(String actionType)
The type of action for which the principal is being authorized.
|
AuthInfo |
AuthInfo.withResources(Collection<String> resources)
The resources for which the principal is being authorized to perform the specified action.
|
AuthInfo |
AuthInfo.withResources(String... resources)
The resources for which the principal is being authorized to perform the specified action.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthInfo> |
TestAuthorizationRequest.getAuthInfos()
A list of authorization info objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthResult.setAuthInfo(AuthInfo authInfo)
Authorization information.
|
AuthResult |
AuthResult.withAuthInfo(AuthInfo authInfo)
Authorization information.
|
TestAuthorizationRequest |
TestAuthorizationRequest.withAuthInfos(AuthInfo... authInfos)
A list of authorization info objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestAuthorizationRequest.setAuthInfos(Collection<AuthInfo> authInfos)
A list of authorization info objects.
|
TestAuthorizationRequest |
TestAuthorizationRequest.withAuthInfos(Collection<AuthInfo> authInfos)
A list of authorization info objects.
|
Copyright © 2023. All rights reserved.