Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.AssociateRepositoryRequest
-
Packages that use AssociateRepositoryRequest Package Description software.amazon.awssdk.services.codegurureviewer This section provides documentation for the Amazon CodeGuru Reviewer API operations.software.amazon.awssdk.services.codegurureviewer.transform -
-
Uses of AssociateRepositoryRequest in software.amazon.awssdk.services.codegurureviewer
Methods in software.amazon.awssdk.services.codegurureviewer with parameters of type AssociateRepositoryRequest Modifier and Type Method Description 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.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. -
Uses of AssociateRepositoryRequest in software.amazon.awssdk.services.codegurureviewer.transform
Methods in software.amazon.awssdk.services.codegurureviewer.transform with parameters of type AssociateRepositoryRequest Modifier and Type Method Description SdkHttpFullRequestAssociateRepositoryRequestMarshaller. marshall(AssociateRepositoryRequest associateRepositoryRequest)
-