| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
List<ActionConfigurationProperty> |
ActionType.actionConfigurationProperties()
The configuration properties for the action type.
|
List<ActionConfigurationProperty> |
CreateCustomActionTypeRequest.configurationProperties()
The configuration properties for the custom action.
|
| Modifier and Type | Method and Description |
|---|---|
ActionType.Builder |
ActionType.Builder.actionConfigurationProperties(ActionConfigurationProperty... actionConfigurationProperties)
The configuration properties for the action type.
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.configurationProperties(ActionConfigurationProperty... configurationProperties)
The configuration properties for the custom action.
|
| Modifier and Type | Method and Description |
|---|---|
ActionType.Builder |
ActionType.Builder.actionConfigurationProperties(Collection<ActionConfigurationProperty> actionConfigurationProperties)
The configuration properties for the action type.
|
CreateCustomActionTypeRequest.Builder |
CreateCustomActionTypeRequest.Builder.configurationProperties(Collection<ActionConfigurationProperty> configurationProperties)
The configuration properties for the custom action.
|
Copyright © 2023. All rights reserved.