Uses of Class
software.amazon.awssdk.services.codepipeline.model.PutThirdPartyJobSuccessResultRequest
-
Packages that use PutThirdPartyJobSuccessResultRequest Package Description software.amazon.awssdk.services.codepipeline CodePipeline software.amazon.awssdk.services.codepipeline.transform -
-
Uses of PutThirdPartyJobSuccessResultRequest in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline with parameters of type PutThirdPartyJobSuccessResultRequest Modifier and Type Method Description default CompletableFuture<PutThirdPartyJobSuccessResultResponse>CodePipelineAsyncClient. putThirdPartyJobSuccessResult(PutThirdPartyJobSuccessResultRequest putThirdPartyJobSuccessResultRequest)Represents the success of a third party job as returned to the pipeline by a job worker.default PutThirdPartyJobSuccessResultResponseCodePipelineClient. putThirdPartyJobSuccessResult(PutThirdPartyJobSuccessResultRequest putThirdPartyJobSuccessResultRequest)Represents the success of a third party job as returned to the pipeline by a job worker. -
Uses of PutThirdPartyJobSuccessResultRequest in software.amazon.awssdk.services.codepipeline.transform
Methods in software.amazon.awssdk.services.codepipeline.transform with parameters of type PutThirdPartyJobSuccessResultRequest Modifier and Type Method Description SdkHttpFullRequestPutThirdPartyJobSuccessResultRequestMarshaller. marshall(PutThirdPartyJobSuccessResultRequest putThirdPartyJobSuccessResultRequest)
-