| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ActionTypeUrls |
ActionTypeUrls.clone() |
ActionTypeUrls |
ActionTypeDeclaration.getUrls()
The links associated with the action type to be updated.
|
ActionTypeUrls |
ActionTypeUrls.withConfigurationUrl(String configurationUrl)
The URL returned to the CodePipeline console that contains a link to the page where customers can configure the
external action.
|
ActionTypeUrls |
ActionTypeUrls.withEntityUrlTemplate(String entityUrlTemplate)
The URL returned to the CodePipeline console that provides a deep link to the resources of the external system,
such as a status page.
|
ActionTypeUrls |
ActionTypeUrls.withExecutionUrlTemplate(String executionUrlTemplate)
The link to an execution page for the action type in progress.
|
ActionTypeUrls |
ActionTypeUrls.withRevisionUrlTemplate(String revisionUrlTemplate)
The URL returned to the CodePipeline console that contains a link to the page where customers can update or
change the configuration of the external action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionTypeDeclaration.setUrls(ActionTypeUrls urls)
The links associated with the action type to be updated.
|
ActionTypeDeclaration |
ActionTypeDeclaration.withUrls(ActionTypeUrls urls)
The links associated with the action type to be updated.
|
Copyright © 2023. All rights reserved.