Uses of Class
software.amazon.awssdk.services.codeartifact.model.AssociatedPackage
-
Packages that use AssociatedPackage Package Description software.amazon.awssdk.services.codeartifact.model software.amazon.awssdk.services.codeartifact.paginators -
-
Uses of AssociatedPackage in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return types with arguments of type AssociatedPackage Modifier and Type Method Description List<AssociatedPackage>ListAssociatedPackagesResponse. packages()The list of packages associated with the requested package group.Methods in software.amazon.awssdk.services.codeartifact.model with parameters of type AssociatedPackage Modifier and Type Method Description ListAssociatedPackagesResponse.BuilderListAssociatedPackagesResponse.Builder. packages(AssociatedPackage... packages)The list of packages associated with the requested package group.Method parameters in software.amazon.awssdk.services.codeartifact.model with type arguments of type AssociatedPackage Modifier and Type Method Description ListAssociatedPackagesResponse.BuilderListAssociatedPackagesResponse.Builder. packages(Collection<AssociatedPackage> packages)The list of packages associated with the requested package group. -
Uses of AssociatedPackage in software.amazon.awssdk.services.codeartifact.paginators
Methods in software.amazon.awssdk.services.codeartifact.paginators that return types with arguments of type AssociatedPackage Modifier and Type Method Description SdkIterable<AssociatedPackage>ListAssociatedPackagesIterable. packages()Returns an iterable to iterate through the paginatedListAssociatedPackagesResponse.packages()member.SdkPublisher<AssociatedPackage>ListAssociatedPackagesPublisher. packages()Returns a publisher that can be used to get a stream of data.
-