| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ActionTypePermissions |
ActionTypePermissions.clone() |
ActionTypePermissions |
ActionTypeDeclaration.getPermissions()
Details identifying the accounts with permissions to use the action type.
|
ActionTypePermissions |
ActionTypePermissions.withAllowedAccounts(Collection<String> allowedAccounts)
A list of AWS account IDs with access to use the action type in their pipelines.
|
ActionTypePermissions |
ActionTypePermissions.withAllowedAccounts(String... allowedAccounts)
A list of AWS account IDs with access to use the action type in their pipelines.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionTypeDeclaration.setPermissions(ActionTypePermissions permissions)
Details identifying the accounts with permissions to use the action type.
|
ActionTypeDeclaration |
ActionTypeDeclaration.withPermissions(ActionTypePermissions permissions)
Details identifying the accounts with permissions to use the action type.
|
Copyright © 2023. All rights reserved.