Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.NotFoundException
-
Packages that use NotFoundException Package Description software.amazon.awssdk.services.codegurureviewer This section provides documentation for the Amazon CodeGuru Reviewer API operations. -
-
Uses of NotFoundException in software.amazon.awssdk.services.codegurureviewer
Methods in software.amazon.awssdk.services.codegurureviewer that throw NotFoundException Modifier and Type Method Description default DescribeRepositoryAssociationResponseCodeGuruReviewerClient. describeRepositoryAssociation(Consumer<DescribeRepositoryAssociationRequest.Builder> describeRepositoryAssociationRequest)Returns a RepositoryAssociation object that contains information about the requested repository association.default DescribeRepositoryAssociationResponseCodeGuruReviewerClient. describeRepositoryAssociation(DescribeRepositoryAssociationRequest describeRepositoryAssociationRequest)Returns a RepositoryAssociation object that contains information about the requested repository association.default DisassociateRepositoryResponseCodeGuruReviewerClient. disassociateRepository(Consumer<DisassociateRepositoryRequest.Builder> disassociateRepositoryRequest)Removes the association between Amazon CodeGuru Reviewer and a repository.default DisassociateRepositoryResponseCodeGuruReviewerClient. disassociateRepository(DisassociateRepositoryRequest disassociateRepositoryRequest)Removes the association between Amazon CodeGuru Reviewer and a repository.
-