Uses of Class
software.amazon.awssdk.services.codeartifact.model.UpdatePackageGroupResponse
-
Packages that use UpdatePackageGroupResponse 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 UpdatePackageGroupResponse in software.amazon.awssdk.services.codeartifact
Methods in software.amazon.awssdk.services.codeartifact that return UpdatePackageGroupResponse Modifier and Type Method Description default UpdatePackageGroupResponseCodeartifactClient. updatePackageGroup(Consumer<UpdatePackageGroupRequest.Builder> updatePackageGroupRequest)Updates a package group.default UpdatePackageGroupResponseCodeartifactClient. updatePackageGroup(UpdatePackageGroupRequest updatePackageGroupRequest)Updates a package group.Methods in software.amazon.awssdk.services.codeartifact that return types with arguments of type UpdatePackageGroupResponse Modifier and Type Method Description default CompletableFuture<UpdatePackageGroupResponse>CodeartifactAsyncClient. updatePackageGroup(Consumer<UpdatePackageGroupRequest.Builder> updatePackageGroupRequest)Updates a package group.default CompletableFuture<UpdatePackageGroupResponse>CodeartifactAsyncClient. updatePackageGroup(UpdatePackageGroupRequest updatePackageGroupRequest)Updates a package group.
-