Uses of Class
software.amazon.awssdk.services.codepipeline.model.PutJobSuccessResultRequest
-
Packages that use PutJobSuccessResultRequest Package Description software.amazon.awssdk.services.codepipeline CodePipeline software.amazon.awssdk.services.codepipeline.transform -
-
Uses of PutJobSuccessResultRequest in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline with parameters of type PutJobSuccessResultRequest Modifier and Type Method Description default CompletableFuture<PutJobSuccessResultResponse>CodePipelineAsyncClient. putJobSuccessResult(PutJobSuccessResultRequest putJobSuccessResultRequest)Represents the success of a job as returned to the pipeline by a job worker.default PutJobSuccessResultResponseCodePipelineClient. putJobSuccessResult(PutJobSuccessResultRequest putJobSuccessResultRequest)Represents the success of a job as returned to the pipeline by a job worker. -
Uses of PutJobSuccessResultRequest in software.amazon.awssdk.services.codepipeline.transform
Methods in software.amazon.awssdk.services.codepipeline.transform with parameters of type PutJobSuccessResultRequest Modifier and Type Method Description SdkHttpFullRequestPutJobSuccessResultRequestMarshaller. marshall(PutJobSuccessResultRequest putJobSuccessResultRequest)
-