| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
ActionIdentifier |
ActionIdentifier.clone() |
ActionIdentifier |
BatchIsAuthorizedInputItem.getAction()
Specifies the requested action to be authorized.
|
ActionIdentifier |
IsAuthorizedRequest.getAction()
Specifies the requested action to be authorized.
|
ActionIdentifier |
IsAuthorizedWithTokenRequest.getAction()
Specifies the requested action to be authorized.
|
ActionIdentifier |
ActionIdentifier.withActionId(String actionId)
The ID of an action.
|
ActionIdentifier |
ActionIdentifier.withActionType(String actionType)
The type of an action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchIsAuthorizedInputItem.setAction(ActionIdentifier action)
Specifies the requested action to be authorized.
|
void |
IsAuthorizedRequest.setAction(ActionIdentifier action)
Specifies the requested action to be authorized.
|
void |
IsAuthorizedWithTokenRequest.setAction(ActionIdentifier action)
Specifies the requested action to be authorized.
|
BatchIsAuthorizedInputItem |
BatchIsAuthorizedInputItem.withAction(ActionIdentifier action)
Specifies the requested action to be authorized.
|
IsAuthorizedRequest |
IsAuthorizedRequest.withAction(ActionIdentifier action)
Specifies the requested action to be authorized.
|
IsAuthorizedWithTokenRequest |
IsAuthorizedWithTokenRequest.withAction(ActionIdentifier action)
Specifies the requested action to be authorized.
|
Copyright © 2024. All rights reserved.