Uses of Interface
software.amazon.awssdk.services.codepipeline.model.PollForThirdPartyJobsResponse.Builder
-
Packages that use PollForThirdPartyJobsResponse.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of PollForThirdPartyJobsResponse.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return PollForThirdPartyJobsResponse.Builder Modifier and Type Method Description static PollForThirdPartyJobsResponse.BuilderPollForThirdPartyJobsResponse. builder()PollForThirdPartyJobsResponse.BuilderPollForThirdPartyJobsResponse.Builder. jobs(Collection<ThirdPartyJob> jobs)Information about the jobs to take action on.PollForThirdPartyJobsResponse.BuilderPollForThirdPartyJobsResponse.Builder. jobs(Consumer<ThirdPartyJob.Builder>... jobs)Information about the jobs to take action on.PollForThirdPartyJobsResponse.BuilderPollForThirdPartyJobsResponse.Builder. jobs(ThirdPartyJob... jobs)Information about the jobs to take action on.PollForThirdPartyJobsResponse.BuilderPollForThirdPartyJobsResponse. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type PollForThirdPartyJobsResponse.Builder Modifier and Type Method Description static Class<? extends PollForThirdPartyJobsResponse.Builder>PollForThirdPartyJobsResponse. serializableBuilderClass()
-