| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline | |
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
CreateCustomActionTypeResult |
AWSCodePipelineClient.createCustomActionType(CreateCustomActionTypeRequest createCustomActionTypeRequest)
Creates a new custom action that can be used in all pipelines associated
with the AWS account.
|
CreateCustomActionTypeResult |
AWSCodePipeline.createCustomActionType(CreateCustomActionTypeRequest createCustomActionTypeRequest)
Creates a new custom action that can be used in all pipelines associated
with the AWS account.
|
Future<CreateCustomActionTypeResult> |
AWSCodePipelineAsyncClient.createCustomActionTypeAsync(CreateCustomActionTypeRequest createCustomActionTypeRequest) |
Future<CreateCustomActionTypeResult> |
AWSCodePipelineAsync.createCustomActionTypeAsync(CreateCustomActionTypeRequest createCustomActionTypeRequest)
Creates a new custom action that can be used in all pipelines associated
with the AWS account.
|
Future<CreateCustomActionTypeResult> |
AWSCodePipelineAsyncClient.createCustomActionTypeAsync(CreateCustomActionTypeRequest createCustomActionTypeRequest,
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 |
|---|---|
Future<CreateCustomActionTypeResult> |
AWSCodePipelineAsyncClient.createCustomActionTypeAsync(CreateCustomActionTypeRequest createCustomActionTypeRequest,
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 source action or a build
action.
|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withCategory(String category)
The category of the custom action, such as a source action or a build
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)
Sets the value of the InputArtifactDetails property for this object.
|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withOutputArtifactDetails(ArtifactDetails outputArtifactDetails)
Sets the value of the OutputArtifactDetails property for this object.
|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withProvider(String provider)
The provider of the service used in the custom action, such as AWS
CodeDeploy.
|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withSettings(ActionTypeSettings settings)
Sets the value of the Settings property for this object.
|
CreateCustomActionTypeRequest |
CreateCustomActionTypeRequest.withVersion(String version)
The version number of the custom action.
|
Copyright © 2015. All rights reserved.