| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer |
This section provides documentation for the Amazon CodeGuru Reviewer API operations.
|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
ListRepositoryAssociationsResult |
AmazonCodeGuruReviewerClient.listRepositoryAssociations(ListRepositoryAssociationsRequest request)
Lists repository associations.
|
ListRepositoryAssociationsResult |
AmazonCodeGuruReviewer.listRepositoryAssociations(ListRepositoryAssociationsRequest listRepositoryAssociationsRequest)
Lists repository associations.
|
ListRepositoryAssociationsResult |
AbstractAmazonCodeGuruReviewer.listRepositoryAssociations(ListRepositoryAssociationsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListRepositoryAssociationsResult> |
AbstractAmazonCodeGuruReviewerAsync.listRepositoryAssociationsAsync(ListRepositoryAssociationsRequest request,
AsyncHandler<ListRepositoryAssociationsRequest,ListRepositoryAssociationsResult> asyncHandler) |
Future<ListRepositoryAssociationsResult> |
AmazonCodeGuruReviewerAsyncClient.listRepositoryAssociationsAsync(ListRepositoryAssociationsRequest request,
AsyncHandler<ListRepositoryAssociationsRequest,ListRepositoryAssociationsResult> asyncHandler) |
Future<ListRepositoryAssociationsResult> |
AmazonCodeGuruReviewerAsync.listRepositoryAssociationsAsync(ListRepositoryAssociationsRequest listRepositoryAssociationsRequest,
AsyncHandler<ListRepositoryAssociationsRequest,ListRepositoryAssociationsResult> asyncHandler)
Lists repository associations.
|
| Modifier and Type | Method and Description |
|---|---|
ListRepositoryAssociationsResult |
ListRepositoryAssociationsResult.clone() |
ListRepositoryAssociationsResult |
ListRepositoryAssociationsResult.withNextToken(String nextToken)
The
nextToken value to include in a future ListRecommendations request. |
ListRepositoryAssociationsResult |
ListRepositoryAssociationsResult.withRepositoryAssociationSummaries(Collection<RepositoryAssociationSummary> repositoryAssociationSummaries)
A list of repository associations that meet the criteria of the request.
|
ListRepositoryAssociationsResult |
ListRepositoryAssociationsResult.withRepositoryAssociationSummaries(RepositoryAssociationSummary... repositoryAssociationSummaries)
A list of repository associations that meet the criteria of the request.
|
Copyright © 2019. All rights reserved.