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 TagResourceResponse |
CodePipelineClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Adds to or modifies the tags of the given resource.
|
default TagResourceResponse |
CodePipelineClient.tagResource(TagResourceRequest tagResourceRequest) |
Adds to or modifies the tags of the given resource.
|
default UntagResourceResponse |
CodePipelineClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) |
Removes tags from an Amazon Web Services resource.
|
default UntagResourceResponse |
CodePipelineClient.untagResource(UntagResourceRequest untagResourceRequest) |
Removes tags from an Amazon Web Services resource.
|