| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateCustomActionTypeResponse |
CodePipelineClient.createCustomActionType(Consumer<CreateCustomActionTypeRequest.Builder> createCustomActionTypeRequest)
Creates a new custom action that can be used in all pipelines associated with the AWS account.
|
default CreateCustomActionTypeResponse |
CodePipelineClient.createCustomActionType(CreateCustomActionTypeRequest createCustomActionTypeRequest)
Creates a new custom action that can be used in all pipelines associated with the AWS account.
|
default CreatePipelineResponse |
CodePipelineClient.createPipeline(Consumer<CreatePipelineRequest.Builder> createPipelineRequest)
Creates a pipeline.
|
default CreatePipelineResponse |
CodePipelineClient.createPipeline(CreatePipelineRequest createPipelineRequest)
Creates a pipeline.
|
default PutWebhookResponse |
CodePipelineClient.putWebhook(Consumer<PutWebhookRequest.Builder> putWebhookRequest)
Defines a webhook and returns a unique webhook URL generated by CodePipeline.
|
default PutWebhookResponse |
CodePipelineClient.putWebhook(PutWebhookRequest putWebhookRequest)
Defines a webhook and returns a unique webhook URL generated by CodePipeline.
|
default UpdatePipelineResponse |
CodePipelineClient.updatePipeline(Consumer<UpdatePipelineRequest.Builder> updatePipelineRequest)
Updates a specified pipeline with edits or changes to its structure.
|
default UpdatePipelineResponse |
CodePipelineClient.updatePipeline(UpdatePipelineRequest updatePipelineRequest)
Updates a specified pipeline with edits or changes to its structure.
|
Copyright © 2023. All rights reserved.