Uses of Interface
software.amazon.awssdk.services.codepipeline.model.PollForThirdPartyJobsRequest.Builder
-
Packages that use PollForThirdPartyJobsRequest.Builder Package Description software.amazon.awssdk.services.codepipeline CodePipeline software.amazon.awssdk.services.codepipeline.model -
-
Uses of PollForThirdPartyJobsRequest.Builder in software.amazon.awssdk.services.codepipeline
Method parameters in software.amazon.awssdk.services.codepipeline with type arguments of type PollForThirdPartyJobsRequest.Builder 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 PollForThirdPartyJobsResponseCodePipelineClient. pollForThirdPartyJobs(Consumer<PollForThirdPartyJobsRequest.Builder> pollForThirdPartyJobsRequest)Determines whether there are any third party jobs for a job worker to act on. -
Uses of PollForThirdPartyJobsRequest.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return PollForThirdPartyJobsRequest.Builder Modifier and Type Method Description default PollForThirdPartyJobsRequest.BuilderPollForThirdPartyJobsRequest.Builder. actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)Represents information about an action type.PollForThirdPartyJobsRequest.BuilderPollForThirdPartyJobsRequest.Builder. actionTypeId(ActionTypeId actionTypeId)Represents information about an action type.static PollForThirdPartyJobsRequest.BuilderPollForThirdPartyJobsRequest. builder()PollForThirdPartyJobsRequest.BuilderPollForThirdPartyJobsRequest.Builder. maxBatchSize(Integer maxBatchSize)The maximum number of jobs to return in a poll for jobs call.PollForThirdPartyJobsRequest.BuilderPollForThirdPartyJobsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PollForThirdPartyJobsRequest.BuilderPollForThirdPartyJobsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PollForThirdPartyJobsRequest.BuilderPollForThirdPartyJobsRequest. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type PollForThirdPartyJobsRequest.Builder Modifier and Type Method Description static Class<? extends PollForThirdPartyJobsRequest.Builder>PollForThirdPartyJobsRequest. serializableBuilderClass()
-