Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.RepositoryAssociationSummary
-
Packages that use RepositoryAssociationSummary Package Description software.amazon.awssdk.services.codegurureviewer.model software.amazon.awssdk.services.codegurureviewer.paginators -
-
Uses of RepositoryAssociationSummary in software.amazon.awssdk.services.codegurureviewer.model
Methods in software.amazon.awssdk.services.codegurureviewer.model that return types with arguments of type RepositoryAssociationSummary Modifier and Type Method Description List<RepositoryAssociationSummary>ListRepositoryAssociationsResponse. repositoryAssociationSummaries()A list of repository associations that meet the criteria of the request.Methods in software.amazon.awssdk.services.codegurureviewer.model with parameters of type RepositoryAssociationSummary Modifier and Type Method Description ListRepositoryAssociationsResponse.BuilderListRepositoryAssociationsResponse.Builder. repositoryAssociationSummaries(RepositoryAssociationSummary... repositoryAssociationSummaries)A list of repository associations that meet the criteria of the request.Method parameters in software.amazon.awssdk.services.codegurureviewer.model with type arguments of type RepositoryAssociationSummary Modifier and Type Method Description ListRepositoryAssociationsResponse.BuilderListRepositoryAssociationsResponse.Builder. repositoryAssociationSummaries(Collection<RepositoryAssociationSummary> repositoryAssociationSummaries)A list of repository associations that meet the criteria of the request. -
Uses of RepositoryAssociationSummary in software.amazon.awssdk.services.codegurureviewer.paginators
Methods in software.amazon.awssdk.services.codegurureviewer.paginators that return types with arguments of type RepositoryAssociationSummary Modifier and Type Method Description SdkIterable<RepositoryAssociationSummary>ListRepositoryAssociationsIterable. repositoryAssociationSummaries()Returns an iterable to iterate through the paginatedListRepositoryAssociationsResponse.repositoryAssociationSummaries()member.SdkPublisher<RepositoryAssociationSummary>ListRepositoryAssociationsPublisher. repositoryAssociationSummaries()Returns a publisher that can be used to get a stream of data.
-