Uses of Class
software.amazon.awssdk.services.codeartifact.model.GetAssociatedPackageGroupResponse
-
Packages that use GetAssociatedPackageGroupResponse Package Description software.amazon.awssdk.services.codeartifact CodeArtifact is a fully managed artifact repository compatible with language-native package managers and build tools such as npm, Apache Maven, pip, and dotnet. -
-
Uses of GetAssociatedPackageGroupResponse in software.amazon.awssdk.services.codeartifact
Methods in software.amazon.awssdk.services.codeartifact that return GetAssociatedPackageGroupResponse Modifier and Type Method Description default GetAssociatedPackageGroupResponseCodeartifactClient. getAssociatedPackageGroup(Consumer<GetAssociatedPackageGroupRequest.Builder> getAssociatedPackageGroupRequest)Returns the most closely associated package group to the specified package.default GetAssociatedPackageGroupResponseCodeartifactClient. getAssociatedPackageGroup(GetAssociatedPackageGroupRequest getAssociatedPackageGroupRequest)Returns the most closely associated package group to the specified package.Methods in software.amazon.awssdk.services.codeartifact that return types with arguments of type GetAssociatedPackageGroupResponse Modifier and Type Method Description default CompletableFuture<GetAssociatedPackageGroupResponse>CodeartifactAsyncClient. getAssociatedPackageGroup(Consumer<GetAssociatedPackageGroupRequest.Builder> getAssociatedPackageGroupRequest)Returns the most closely associated package group to the specified package.default CompletableFuture<GetAssociatedPackageGroupResponse>CodeartifactAsyncClient. getAssociatedPackageGroup(GetAssociatedPackageGroupRequest getAssociatedPackageGroupRequest)Returns the most closely associated package group to the specified package.
-