| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline |
|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateCustomActionTypeResult> |
AbstractAWSCodePipelineAsync.createCustomActionTypeAsync(CreateCustomActionTypeRequest request,
AsyncHandler<CreateCustomActionTypeRequest,CreateCustomActionTypeResult> asyncHandler) |
Future<CreateCustomActionTypeResult> |
AWSCodePipelineAsyncClient.createCustomActionTypeAsync(CreateCustomActionTypeRequest request,
AsyncHandler<CreateCustomActionTypeRequest,CreateCustomActionTypeResult> asyncHandler) |
Future<CreateCustomActionTypeResult> |
AWSCodePipelineAsync.createCustomActionTypeAsync(CreateCustomActionTypeRequest createCustomActionTypeRequest,
AsyncHandler<CreateCustomActionTypeRequest,CreateCustomActionTypeResult> asyncHandler)
Creates a new custom action that can be used in all pipelines associated with the AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.clone() |
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withCategory(ActionCategory category)
The category of the custom action, such as a build action or a test action.
|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withCategory(String category)
The category of the custom action, such as a build action or a test action.
|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withConfigurationProperties(ActionConfigurationProperty... configurationProperties)
The configuration properties for the custom action.
|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withConfigurationProperties(Collection<ActionConfigurationProperty> configurationProperties)
The configuration properties for the custom action.
|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withInputArtifactDetails(ArtifactDetails inputArtifactDetails)
The details of the input artifact for the action, such as its commit ID.
|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withOutputArtifactDetails(ArtifactDetails outputArtifactDetails)
The details of the output artifact of the action, such as its commit ID.
|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withProvider(String provider)
The provider of the service used in the custom action, such as AWS CodeDeploy.
|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withSettings(ActionTypeSettings settings)
URLs that provide users information about this custom action.
|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withTags(Collection<Tag> tags)
The tags for the custom action.
|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withTags(Tag... tags)
The tags for the custom action.
|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withVersion(String version)
The version identifier of the custom action.
|
Copyright © 2019. All rights reserved.