Uses of Class
software.amazon.awssdk.services.codeartifact.model.ListSubPackageGroupsResponse
-
Packages that use ListSubPackageGroupsResponse 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.software.amazon.awssdk.services.codeartifact.paginators -
-
Uses of ListSubPackageGroupsResponse in software.amazon.awssdk.services.codeartifact
Methods in software.amazon.awssdk.services.codeartifact that return ListSubPackageGroupsResponse Modifier and Type Method Description default ListSubPackageGroupsResponseCodeartifactClient. listSubPackageGroups(Consumer<ListSubPackageGroupsRequest.Builder> listSubPackageGroupsRequest)Returns a list of direct children of the specified package group.default ListSubPackageGroupsResponseCodeartifactClient. listSubPackageGroups(ListSubPackageGroupsRequest listSubPackageGroupsRequest)Returns a list of direct children of the specified package group.Methods in software.amazon.awssdk.services.codeartifact that return types with arguments of type ListSubPackageGroupsResponse Modifier and Type Method Description default CompletableFuture<ListSubPackageGroupsResponse>CodeartifactAsyncClient. listSubPackageGroups(Consumer<ListSubPackageGroupsRequest.Builder> listSubPackageGroupsRequest)Returns a list of direct children of the specified package group.default CompletableFuture<ListSubPackageGroupsResponse>CodeartifactAsyncClient. listSubPackageGroups(ListSubPackageGroupsRequest listSubPackageGroupsRequest)Returns a list of direct children of the specified package group. -
Uses of ListSubPackageGroupsResponse in software.amazon.awssdk.services.codeartifact.paginators
Methods in software.amazon.awssdk.services.codeartifact.paginators that return types with arguments of type ListSubPackageGroupsResponse Modifier and Type Method Description Iterator<ListSubPackageGroupsResponse>ListSubPackageGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.codeartifact.paginators with type arguments of type ListSubPackageGroupsResponse Modifier and Type Method Description voidListSubPackageGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSubPackageGroupsResponse> subscriber)
-