Uses of Class
software.amazon.awssdk.services.codeartifact.model.PackageGroupSummary
-
Packages that use PackageGroupSummary Package Description software.amazon.awssdk.services.codeartifact.model software.amazon.awssdk.services.codeartifact.paginators -
-
Uses of PackageGroupSummary in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return types with arguments of type PackageGroupSummary Modifier and Type Method Description List<PackageGroupSummary>ListPackageGroupsResponse. packageGroups()The list of package groups in the requested domain.List<PackageGroupSummary>ListSubPackageGroupsResponse. packageGroups()A list of sub package groups for the requested package group.Methods in software.amazon.awssdk.services.codeartifact.model with parameters of type PackageGroupSummary Modifier and Type Method Description ListPackageGroupsResponse.BuilderListPackageGroupsResponse.Builder. packageGroups(PackageGroupSummary... packageGroups)The list of package groups in the requested domain.ListSubPackageGroupsResponse.BuilderListSubPackageGroupsResponse.Builder. packageGroups(PackageGroupSummary... packageGroups)A list of sub package groups for the requested package group.Method parameters in software.amazon.awssdk.services.codeartifact.model with type arguments of type PackageGroupSummary Modifier and Type Method Description ListPackageGroupsResponse.BuilderListPackageGroupsResponse.Builder. packageGroups(Collection<PackageGroupSummary> packageGroups)The list of package groups in the requested domain.ListSubPackageGroupsResponse.BuilderListSubPackageGroupsResponse.Builder. packageGroups(Collection<PackageGroupSummary> packageGroups)A list of sub package groups for the requested package group. -
Uses of PackageGroupSummary in software.amazon.awssdk.services.codeartifact.paginators
Methods in software.amazon.awssdk.services.codeartifact.paginators that return types with arguments of type PackageGroupSummary Modifier and Type Method Description SdkIterable<PackageGroupSummary>ListPackageGroupsIterable. packageGroups()Returns an iterable to iterate through the paginatedListPackageGroupsResponse.packageGroups()member.SdkPublisher<PackageGroupSummary>ListPackageGroupsPublisher. packageGroups()Returns a publisher that can be used to get a stream of data.SdkIterable<PackageGroupSummary>ListSubPackageGroupsIterable. packageGroups()Returns an iterable to iterate through the paginatedListSubPackageGroupsResponse.packageGroups()member.SdkPublisher<PackageGroupSummary>ListSubPackageGroupsPublisher. packageGroups()Returns a publisher that can be used to get a stream of data.
-