Uses of Class
software.amazon.awssdk.services.codepipeline.model.PollForThirdPartyJobsResponse
-
Packages that use PollForThirdPartyJobsResponse Package Description software.amazon.awssdk.services.codepipeline CodePipeline -
-
Uses of PollForThirdPartyJobsResponse in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline that return PollForThirdPartyJobsResponse Modifier and Type Method Description default PollForThirdPartyJobsResponseCodePipelineClient. pollForThirdPartyJobs(Consumer<PollForThirdPartyJobsRequest.Builder> pollForThirdPartyJobsRequest)Determines whether there are any third party jobs for a job worker to act on.default PollForThirdPartyJobsResponseCodePipelineClient. pollForThirdPartyJobs(PollForThirdPartyJobsRequest pollForThirdPartyJobsRequest)Determines whether there are any third party jobs for a job worker to act on.Methods in software.amazon.awssdk.services.codepipeline that return types with arguments of type PollForThirdPartyJobsResponse Modifier and Type Method 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.
-