| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline |
|
| software.amazon.awssdk.services.codepipeline.model |
| 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 CompletableFuture<PollForThirdPartyJobsResponse> |
CodePipelineAsyncClient.pollForThirdPartyJobs(Consumer<PollForThirdPartyJobsRequest.Builder> pollForThirdPartyJobsRequest)
Determines whether there are any third party jobs for a job worker to act on.
|
| Modifier and Type | Method and Description |
|---|---|
PollForThirdPartyJobsRequest.Builder |
PollForThirdPartyJobsRequest.Builder.actionTypeId(ActionTypeId actionTypeId)
Represents information about an action type.
|
default PollForThirdPartyJobsRequest.Builder |
PollForThirdPartyJobsRequest.Builder.actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)
Represents information about an action type.
|
static PollForThirdPartyJobsRequest.Builder |
PollForThirdPartyJobsRequest.builder() |
PollForThirdPartyJobsRequest.Builder |
PollForThirdPartyJobsRequest.Builder.maxBatchSize(Integer maxBatchSize)
The maximum number of jobs to return in a poll for jobs call.
|
PollForThirdPartyJobsRequest.Builder |
PollForThirdPartyJobsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PollForThirdPartyJobsRequest.Builder |
PollForThirdPartyJobsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PollForThirdPartyJobsRequest.Builder |
PollForThirdPartyJobsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PollForThirdPartyJobsRequest.Builder> |
PollForThirdPartyJobsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.