Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.AssociateRepositoryResponse
-
Packages that use AssociateRepositoryResponse Package Description software.amazon.awssdk.services.codegurureviewer This section provides documentation for the Amazon CodeGuru Reviewer API operations. -
-
Uses of AssociateRepositoryResponse in software.amazon.awssdk.services.codegurureviewer
Methods in software.amazon.awssdk.services.codegurureviewer that return AssociateRepositoryResponse Modifier and Type Method Description default AssociateRepositoryResponseCodeGuruReviewerClient. associateRepository(Consumer<AssociateRepositoryRequest.Builder> associateRepositoryRequest)Use to associate an Amazon Web Services CodeCommit repository or a repository managed by Amazon Web Services CodeStar Connections with Amazon CodeGuru Reviewer.default AssociateRepositoryResponseCodeGuruReviewerClient. associateRepository(AssociateRepositoryRequest associateRepositoryRequest)Use to associate an Amazon Web Services CodeCommit repository or a repository managed by Amazon Web Services CodeStar Connections with Amazon CodeGuru Reviewer.Methods in software.amazon.awssdk.services.codegurureviewer that return types with arguments of type AssociateRepositoryResponse Modifier and Type Method Description default CompletableFuture<AssociateRepositoryResponse>CodeGuruReviewerAsyncClient. associateRepository(Consumer<AssociateRepositoryRequest.Builder> associateRepositoryRequest)Use to associate an Amazon Web Services CodeCommit repository or a repository managed by Amazon Web Services CodeStar Connections with Amazon CodeGuru Reviewer.default CompletableFuture<AssociateRepositoryResponse>CodeGuruReviewerAsyncClient. associateRepository(AssociateRepositoryRequest associateRepositoryRequest)Use to associate an Amazon Web Services CodeCommit repository or a repository managed by Amazon Web Services CodeStar Connections with Amazon CodeGuru Reviewer.
-