| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ActionTypeDeclaration |
ActionTypeDeclaration.clone() |
ActionTypeDeclaration |
GetActionTypeResult.getActionType()
The action type information for the requested action type, such as the action type ID.
|
ActionTypeDeclaration |
UpdateActionTypeRequest.getActionType()
The action type definition for the action type to be updated.
|
ActionTypeDeclaration |
ActionTypeDeclaration.withDescription(String description)
The description for the action type to be updated.
|
ActionTypeDeclaration |
ActionTypeDeclaration.withExecutor(ActionTypeExecutor executor)
Information about the executor for an action type that was created with any supported integration model.
|
ActionTypeDeclaration |
ActionTypeDeclaration.withId(ActionTypeIdentifier id)
The action category, owner, provider, and version of the action type to be updated.
|
ActionTypeDeclaration |
ActionTypeDeclaration.withInputArtifactDetails(ActionTypeArtifactDetails inputArtifactDetails)
Details for the artifacts, such as application files, to be worked on by the action.
|
ActionTypeDeclaration |
ActionTypeDeclaration.withOutputArtifactDetails(ActionTypeArtifactDetails outputArtifactDetails)
Details for the output artifacts, such as a built application, that are the result of the action.
|
ActionTypeDeclaration |
ActionTypeDeclaration.withPermissions(ActionTypePermissions permissions)
Details identifying the accounts with permissions to use the action type.
|
ActionTypeDeclaration |
ActionTypeDeclaration.withProperties(ActionTypeProperty... properties)
The properties of the action type to be updated.
|
ActionTypeDeclaration |
ActionTypeDeclaration.withProperties(Collection<ActionTypeProperty> properties)
The properties of the action type to be updated.
|
ActionTypeDeclaration |
ActionTypeDeclaration.withUrls(ActionTypeUrls urls)
The links associated with the action type to be updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetActionTypeResult.setActionType(ActionTypeDeclaration actionType)
The action type information for the requested action type, such as the action type ID.
|
void |
UpdateActionTypeRequest.setActionType(ActionTypeDeclaration actionType)
The action type definition for the action type to be updated.
|
GetActionTypeResult |
GetActionTypeResult.withActionType(ActionTypeDeclaration actionType)
The action type information for the requested action type, such as the action type ID.
|
UpdateActionTypeRequest |
UpdateActionTypeRequest.withActionType(ActionTypeDeclaration actionType)
The action type definition for the action type to be updated.
|
Copyright © 2021. All rights reserved.