| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline |
|
| Modifier and Type | Method and Description |
|---|---|
default PutJobSuccessResultResponse |
CodePipelineClient.putJobSuccessResult(Consumer<PutJobSuccessResultRequest.Builder> putJobSuccessResultRequest)
Represents the success of a job as returned to the pipeline by a job worker.
|
default PutJobSuccessResultResponse |
CodePipelineClient.putJobSuccessResult(PutJobSuccessResultRequest putJobSuccessResultRequest)
Represents the success of a job as returned to the pipeline by a job worker.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutJobSuccessResultResponse> |
CodePipelineAsyncClient.putJobSuccessResult(Consumer<PutJobSuccessResultRequest.Builder> putJobSuccessResultRequest)
Represents the success of a job as returned to the pipeline by a job worker.
|
default CompletableFuture<PutJobSuccessResultResponse> |
CodePipelineAsyncClient.putJobSuccessResult(PutJobSuccessResultRequest putJobSuccessResultRequest)
Represents the success of a job as returned to the pipeline by a job worker.
|
Copyright © 2023. All rights reserved.