| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ActionTypeIdentifier |
ActionTypeIdentifier.clone() |
ActionTypeIdentifier |
ActionTypeDeclaration.getId()
The action category, owner, provider, and version of the action type to be updated.
|
ActionTypeIdentifier |
ActionTypeIdentifier.withCategory(ActionCategory category)
Defines what kind of action can be taken in the stage, one of the following:
|
ActionTypeIdentifier |
ActionTypeIdentifier.withCategory(String category)
Defines what kind of action can be taken in the stage, one of the following:
|
ActionTypeIdentifier |
ActionTypeIdentifier.withOwner(String owner)
The creator of the action type being called:
AWS or ThirdParty. |
ActionTypeIdentifier |
ActionTypeIdentifier.withProvider(String provider)
The provider of the action type being called.
|
ActionTypeIdentifier |
ActionTypeIdentifier.withVersion(String version)
A string that describes the action type version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionTypeDeclaration.setId(ActionTypeIdentifier id)
The action category, owner, provider, and version of the action type to be updated.
|
ActionTypeDeclaration |
ActionTypeDeclaration.withId(ActionTypeIdentifier id)
The action category, owner, provider, and version of the action type to be updated.
|
Copyright © 2021. All rights reserved.