| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ActionTypePermissions.Builder |
ActionTypePermissions.Builder.allowedAccounts(Collection<String> allowedAccounts)
A list of Amazon Web Services account IDs with access to use the action type in their pipelines.
|
ActionTypePermissions.Builder |
ActionTypePermissions.Builder.allowedAccounts(String... allowedAccounts)
A list of Amazon Web Services account IDs with access to use the action type in their pipelines.
|
static ActionTypePermissions.Builder |
ActionTypePermissions.builder() |
ActionTypePermissions.Builder |
ActionTypePermissions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActionTypePermissions.Builder> |
ActionTypePermissions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.permissions(Consumer<ActionTypePermissions.Builder> permissions)
Details identifying the accounts with permissions to use the action type.
|
Copyright © 2023. All rights reserved.