Uses of Class
software.amazon.awssdk.services.codepipeline.model.GetThirdPartyJobDetailsResponse
-
Packages that use GetThirdPartyJobDetailsResponse Package Description software.amazon.awssdk.services.codepipeline CodePipeline -
-
Uses of GetThirdPartyJobDetailsResponse in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline that return GetThirdPartyJobDetailsResponse Modifier and Type Method Description default GetThirdPartyJobDetailsResponseCodePipelineClient. getThirdPartyJobDetails(Consumer<GetThirdPartyJobDetailsRequest.Builder> getThirdPartyJobDetailsRequest)Requests the details of a job for a third party action.default GetThirdPartyJobDetailsResponseCodePipelineClient. getThirdPartyJobDetails(GetThirdPartyJobDetailsRequest getThirdPartyJobDetailsRequest)Requests the details of a job for a third party action.Methods in software.amazon.awssdk.services.codepipeline that return types with arguments of type GetThirdPartyJobDetailsResponse Modifier and Type Method Description default CompletableFuture<GetThirdPartyJobDetailsResponse>CodePipelineAsyncClient. getThirdPartyJobDetails(Consumer<GetThirdPartyJobDetailsRequest.Builder> getThirdPartyJobDetailsRequest)Requests the details of a job for a third party action.default CompletableFuture<GetThirdPartyJobDetailsResponse>CodePipelineAsyncClient. getThirdPartyJobDetails(GetThirdPartyJobDetailsRequest getThirdPartyJobDetailsRequest)Requests the details of a job for a third party action.
-