| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
ActionIdentifier.Builder |
ActionIdentifier.Builder.actionId(String actionId)
The ID of an action.
|
ActionIdentifier.Builder |
ActionIdentifier.Builder.actionType(String actionType)
The type of an action.
|
static ActionIdentifier.Builder |
ActionIdentifier.builder() |
ActionIdentifier.Builder |
ActionIdentifier.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActionIdentifier.Builder> |
ActionIdentifier.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default IsAuthorizedWithTokenRequest.Builder |
IsAuthorizedWithTokenRequest.Builder.action(Consumer<ActionIdentifier.Builder> action)
Specifies the requested action to be authorized.
|
default IsAuthorizedRequest.Builder |
IsAuthorizedRequest.Builder.action(Consumer<ActionIdentifier.Builder> action)
Specifies the requested action to be authorized.
|
Copyright © 2023. All rights reserved.