| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline |
|
| Modifier and Type | Method and Description |
|---|---|
default GetActionTypeResponse |
CodePipelineClient.getActionType(Consumer<GetActionTypeRequest.Builder> getActionTypeRequest)
Returns information about an action type created for an external provider, where the action is to be used by
customers of the external provider.
|
default GetActionTypeResponse |
CodePipelineClient.getActionType(GetActionTypeRequest getActionTypeRequest)
Returns information about an action type created for an external provider, where the action is to be used by
customers of the external provider.
|
default PollForJobsResponse |
CodePipelineClient.pollForJobs(Consumer<PollForJobsRequest.Builder> pollForJobsRequest)
Returns information about any jobs for AWS CodePipeline to act on.
|
default PollForJobsResponse |
CodePipelineClient.pollForJobs(PollForJobsRequest pollForJobsRequest)
Returns information about any jobs for AWS CodePipeline to act on.
|
default PollForThirdPartyJobsResponse |
CodePipelineClient.pollForThirdPartyJobs(Consumer<PollForThirdPartyJobsRequest.Builder> pollForThirdPartyJobsRequest)
Determines whether there are any third party jobs for a job worker to act on.
|
default PollForThirdPartyJobsResponse |
CodePipelineClient.pollForThirdPartyJobs(PollForThirdPartyJobsRequest pollForThirdPartyJobsRequest)
Determines whether there are any third party jobs for a job worker to act on.
|
default UpdateActionTypeResponse |
CodePipelineClient.updateActionType(Consumer<UpdateActionTypeRequest.Builder> updateActionTypeRequest)
Updates an action type that was created with any supported integration model, where the action type is to be used
by customers of the action type provider.
|
default UpdateActionTypeResponse |
CodePipelineClient.updateActionType(UpdateActionTypeRequest updateActionTypeRequest)
Updates an action type that was created with any supported integration model, where the action type is to be used
by customers of the action type provider.
|
Copyright © 2023. All rights reserved.