default CreateCustomActionTypeResponse |
CodePipelineClient.createCustomActionType(Consumer<CreateCustomActionTypeRequest.Builder> createCustomActionTypeRequest) |
Creates a new custom action that can be used in all pipelines associated with the Amazon Web Services account.
|
default CreateCustomActionTypeResponse |
CodePipelineClient.createCustomActionType(CreateCustomActionTypeRequest createCustomActionTypeRequest) |
Creates a new custom action that can be used in all pipelines associated with the Amazon Web Services 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.
|