Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private ActionTypeSettings |
CreateCustomActionTypeRequest.settings |
private ActionTypeSettings |
ActionType.settings
The settings for the action type.
|
Modifier and Type | Method and Description |
---|---|
ActionTypeSettings |
ActionTypeSettings.clone() |
ActionTypeSettings |
CreateCustomActionTypeRequest.getSettings() |
ActionTypeSettings |
ActionType.getSettings()
The settings for the action type.
|
ActionTypeSettings |
ActionTypeSettings.withEntityUrlTemplate(java.lang.String entityUrlTemplate)
The URL returned to the AWS CodePipeline console that provides a deep
link to the resources of the external system, such as the configuration
page for an AWS CodeDeploy deployment group.
|
ActionTypeSettings |
ActionTypeSettings.withExecutionUrlTemplate(java.lang.String executionUrlTemplate)
The URL returned to the AWS CodePipeline console that contains a link to
the top-level landing page for the external system, such as console page
for AWS CodeDeploy.
|
ActionTypeSettings |
ActionTypeSettings.withRevisionUrlTemplate(java.lang.String revisionUrlTemplate)
The URL returned to the AWS CodePipeline console that contains a link to
the page where customers can update or change the configuration of the
external action.
|
ActionTypeSettings |
ActionTypeSettings.withThirdPartyConfigurationUrl(java.lang.String thirdPartyConfigurationUrl)
The URL of a sign-up page where users can sign up for an external service
and perform initial configuration of the action provided by that service.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateCustomActionTypeRequest.setSettings(ActionTypeSettings settings) |
void |
ActionType.setSettings(ActionTypeSettings settings)
The settings for the action type.
|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withSettings(ActionTypeSettings settings) |
ActionType |
ActionType.withSettings(ActionTypeSettings settings)
The settings for the action type.
|
Modifier and Type | Method and Description |
---|---|
ActionTypeSettings |
ActionTypeSettingsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ActionTypeSettingsJsonMarshaller.marshall(ActionTypeSettings actionTypeSettings,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|