| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline |
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PollForThirdPartyJobsResponse> |
CodePipelineAsyncClient.pollForThirdPartyJobs(Consumer<PollForThirdPartyJobsRequest.Builder> pollForThirdPartyJobsRequest)
Determines whether there are any third party jobs for a job worker to act on.
|
default CompletableFuture<PollForThirdPartyJobsResponse> |
CodePipelineAsyncClient.pollForThirdPartyJobs(PollForThirdPartyJobsRequest pollForThirdPartyJobsRequest)
Determines whether there are any third party jobs for a job worker to act on.
|
Copyright © 2023. All rights reserved.