| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateCustomActionTypeResponse> |
CodePipelineAsyncClient.createCustomActionType(Consumer<CreateCustomActionTypeRequest.Builder> createCustomActionTypeRequest)
Creates a new custom action that can be used in all pipelines associated with the AWS account.
|
default CompletableFuture<CreateCustomActionTypeResponse> |
CodePipelineAsyncClient.createCustomActionType(CreateCustomActionTypeRequest createCustomActionTypeRequest)
Creates a new custom action that can be used in all pipelines associated with the AWS account.
|
Copyright © 2023. All rights reserved.