| Package | Description |
|---|---|
| com.amazonaws.services.budgets.model |
| Modifier and Type | Method and Description |
|---|---|
IamActionDefinition |
IamActionDefinition.clone() |
IamActionDefinition |
Definition.getIamActionDefinition()
The Identity and Access Management (IAM) action definition details.
|
IamActionDefinition |
IamActionDefinition.withGroups(Collection<String> groups)
A list of groups to be attached.
|
IamActionDefinition |
IamActionDefinition.withGroups(String... groups)
A list of groups to be attached.
|
IamActionDefinition |
IamActionDefinition.withPolicyArn(String policyArn)
The Amazon Resource Name (ARN) of the policy to be attached.
|
IamActionDefinition |
IamActionDefinition.withRoles(Collection<String> roles)
A list of roles to be attached.
|
IamActionDefinition |
IamActionDefinition.withRoles(String... roles)
A list of roles to be attached.
|
IamActionDefinition |
IamActionDefinition.withUsers(Collection<String> users)
A list of users to be attached.
|
IamActionDefinition |
IamActionDefinition.withUsers(String... users)
A list of users to be attached.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Definition.setIamActionDefinition(IamActionDefinition iamActionDefinition)
The Identity and Access Management (IAM) action definition details.
|
Definition |
Definition.withIamActionDefinition(IamActionDefinition iamActionDefinition)
The Identity and Access Management (IAM) action definition details.
|
Copyright © 2022. All rights reserved.