Uses of Class
software.amazon.awssdk.services.codeartifact.model.ListAllowedRepositoriesForGroupResponse
-
Packages that use ListAllowedRepositoriesForGroupResponse 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 ListAllowedRepositoriesForGroupResponse in software.amazon.awssdk.services.codeartifact
Methods in software.amazon.awssdk.services.codeartifact that return ListAllowedRepositoriesForGroupResponse Modifier and Type Method Description default ListAllowedRepositoriesForGroupResponseCodeartifactClient. listAllowedRepositoriesForGroup(Consumer<ListAllowedRepositoriesForGroupRequest.Builder> listAllowedRepositoriesForGroupRequest)Lists the repositories in the added repositories list of the specified restriction type for a package group.default ListAllowedRepositoriesForGroupResponseCodeartifactClient. listAllowedRepositoriesForGroup(ListAllowedRepositoriesForGroupRequest listAllowedRepositoriesForGroupRequest)Lists the repositories in the added repositories list of the specified restriction type for a package group.Methods in software.amazon.awssdk.services.codeartifact that return types with arguments of type ListAllowedRepositoriesForGroupResponse Modifier and Type Method Description default CompletableFuture<ListAllowedRepositoriesForGroupResponse>CodeartifactAsyncClient. listAllowedRepositoriesForGroup(Consumer<ListAllowedRepositoriesForGroupRequest.Builder> listAllowedRepositoriesForGroupRequest)Lists the repositories in the added repositories list of the specified restriction type for a package group.default CompletableFuture<ListAllowedRepositoriesForGroupResponse>CodeartifactAsyncClient. listAllowedRepositoriesForGroup(ListAllowedRepositoriesForGroupRequest listAllowedRepositoriesForGroupRequest)Lists the repositories in the added repositories list of the specified restriction type for a package group. -
Uses of ListAllowedRepositoriesForGroupResponse in software.amazon.awssdk.services.codeartifact.paginators
Methods in software.amazon.awssdk.services.codeartifact.paginators that return types with arguments of type ListAllowedRepositoriesForGroupResponse Modifier and Type Method Description Iterator<ListAllowedRepositoriesForGroupResponse>ListAllowedRepositoriesForGroupIterable. iterator()Method parameters in software.amazon.awssdk.services.codeartifact.paginators with type arguments of type ListAllowedRepositoriesForGroupResponse Modifier and Type Method Description voidListAllowedRepositoriesForGroupPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAllowedRepositoriesForGroupResponse> subscriber)
-