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