| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ActionTypeId |
ActionTypeId.clone() |
ActionTypeId |
ThirdPartyJobData.getActionTypeId()
Represents information about an action type.
|
ActionTypeId |
ActionExecutionInput.getActionTypeId() |
ActionTypeId |
PollForThirdPartyJobsRequest.getActionTypeId()
Represents information about an action type.
|
ActionTypeId |
PollForJobsRequest.getActionTypeId()
Represents information about an action type.
|
ActionTypeId |
ActionDeclaration.getActionTypeId()
Specifies the action type and the provider of the action.
|
ActionTypeId |
JobData.getActionTypeId()
Represents information about an action type.
|
ActionTypeId |
ActionType.getId()
Represents information about an action type.
|
ActionTypeId |
ActionTypeId.withCategory(ActionCategory category)
A category defines what kind of action can be taken in the stage, and constrains the provider type for the
action.
|
ActionTypeId |
ActionTypeId.withCategory(String category)
A category defines what kind of action can be taken in the stage, and constrains the provider type for the
action.
|
ActionTypeId |
ActionTypeId.withOwner(ActionOwner owner)
The creator of the action being called.
|
ActionTypeId |
ActionTypeId.withOwner(String owner)
The creator of the action being called.
|
ActionTypeId |
ActionTypeId.withProvider(String provider)
The provider of the service being called by the action.
|
ActionTypeId |
ActionTypeId.withVersion(String version)
A string that describes the action version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ThirdPartyJobData.setActionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
|
void |
ActionExecutionInput.setActionTypeId(ActionTypeId actionTypeId) |
void |
PollForThirdPartyJobsRequest.setActionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
|
void |
PollForJobsRequest.setActionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
|
void |
ActionDeclaration.setActionTypeId(ActionTypeId actionTypeId)
Specifies the action type and the provider of the action.
|
void |
JobData.setActionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
|
void |
ActionType.setId(ActionTypeId id)
Represents information about an action type.
|
ThirdPartyJobData |
ThirdPartyJobData.withActionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
|
ActionExecutionInput |
ActionExecutionInput.withActionTypeId(ActionTypeId actionTypeId) |
PollForThirdPartyJobsRequest |
PollForThirdPartyJobsRequest.withActionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
|
PollForJobsRequest |
PollForJobsRequest.withActionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
|
ActionDeclaration |
ActionDeclaration.withActionTypeId(ActionTypeId actionTypeId)
Specifies the action type and the provider of the action.
|
JobData |
JobData.withActionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
|
ActionType |
ActionType.withId(ActionTypeId id)
Represents information about an action type.
|
Copyright © 2023. All rights reserved.