Uses of Class
software.amazon.awssdk.services.proton.model.RepositorySummary
-
Packages that use RepositorySummary Package Description software.amazon.awssdk.services.proton.model software.amazon.awssdk.services.proton.paginators -
-
Uses of RepositorySummary in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type RepositorySummary Modifier and Type Method Description List<RepositorySummary>ListRepositoriesResponse. repositories()An array of repository links.Methods in software.amazon.awssdk.services.proton.model with parameters of type RepositorySummary Modifier and Type Method Description ListRepositoriesResponse.BuilderListRepositoriesResponse.Builder. repositories(RepositorySummary... repositories)An array of repository links.Method parameters in software.amazon.awssdk.services.proton.model with type arguments of type RepositorySummary Modifier and Type Method Description ListRepositoriesResponse.BuilderListRepositoriesResponse.Builder. repositories(Collection<RepositorySummary> repositories)An array of repository links. -
Uses of RepositorySummary in software.amazon.awssdk.services.proton.paginators
Methods in software.amazon.awssdk.services.proton.paginators that return types with arguments of type RepositorySummary Modifier and Type Method Description SdkIterable<RepositorySummary>ListRepositoriesIterable. repositories()Returns an iterable to iterate through the paginatedListRepositoriesResponse.repositories()member.SdkPublisher<RepositorySummary>ListRepositoriesPublisher. repositories()Returns a publisher that can be used to get a stream of data.
-