| Package | Description |
|---|---|
| software.amazon.awssdk.services.codegurureviewer.model | |
| software.amazon.awssdk.services.codegurureviewer.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<RepositoryAssociationSummary> |
ListRepositoryAssociationsResponse.repositoryAssociationSummaries()
A list of repository associations that meet the criteria of the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListRepositoryAssociationsResponse.Builder |
ListRepositoryAssociationsResponse.Builder.repositoryAssociationSummaries(RepositoryAssociationSummary... repositoryAssociationSummaries)
A list of repository associations that meet the criteria of the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListRepositoryAssociationsResponse.Builder |
ListRepositoryAssociationsResponse.Builder.repositoryAssociationSummaries(Collection<RepositoryAssociationSummary> repositoryAssociationSummaries)
A list of repository associations that meet the criteria of the request.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<RepositoryAssociationSummary> |
ListRepositoryAssociationsIterable.repositoryAssociationSummaries()
Returns an iterable to iterate through the paginated
ListRepositoryAssociationsResponse.repositoryAssociationSummaries() member. |
SdkPublisher<RepositoryAssociationSummary> |
ListRepositoryAssociationsPublisher.repositoryAssociationSummaries()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.