Uses of Class
software.amazon.awssdk.services.codepipeline.model.PutJobFailureResultResponse
-
Packages that use PutJobFailureResultResponse Package Description software.amazon.awssdk.services.codepipeline CodePipeline -
-
Uses of PutJobFailureResultResponse in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline that return PutJobFailureResultResponse Modifier and Type Method Description default PutJobFailureResultResponseCodePipelineClient. putJobFailureResult(Consumer<PutJobFailureResultRequest.Builder> putJobFailureResultRequest)Represents the failure of a job as returned to the pipeline by a job worker.default PutJobFailureResultResponseCodePipelineClient. putJobFailureResult(PutJobFailureResultRequest putJobFailureResultRequest)Represents the failure of a job as returned to the pipeline by a job worker.Methods in software.amazon.awssdk.services.codepipeline that return types with arguments of type PutJobFailureResultResponse Modifier and Type Method 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.
-