Uses of Class
software.amazon.awssdk.services.codeconnections.model.ListRepositoryLinksResponse
-
Packages that use ListRepositoryLinksResponse Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections software.amazon.awssdk.services.codeconnections.paginators -
-
Uses of ListRepositoryLinksResponse in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections that return ListRepositoryLinksResponse Modifier and Type Method Description default ListRepositoryLinksResponseCodeConnectionsClient. listRepositoryLinks(Consumer<ListRepositoryLinksRequest.Builder> listRepositoryLinksRequest)Lists the repository links created for connections in your account.default ListRepositoryLinksResponseCodeConnectionsClient. listRepositoryLinks(ListRepositoryLinksRequest listRepositoryLinksRequest)Lists the repository links created for connections in your account.Methods in software.amazon.awssdk.services.codeconnections that return types with arguments of type ListRepositoryLinksResponse Modifier and Type Method Description default CompletableFuture<ListRepositoryLinksResponse>CodeConnectionsAsyncClient. listRepositoryLinks(Consumer<ListRepositoryLinksRequest.Builder> listRepositoryLinksRequest)Lists the repository links created for connections in your account.default CompletableFuture<ListRepositoryLinksResponse>CodeConnectionsAsyncClient. listRepositoryLinks(ListRepositoryLinksRequest listRepositoryLinksRequest)Lists the repository links created for connections in your account. -
Uses of ListRepositoryLinksResponse in software.amazon.awssdk.services.codeconnections.paginators
Methods in software.amazon.awssdk.services.codeconnections.paginators that return types with arguments of type ListRepositoryLinksResponse Modifier and Type Method Description Iterator<ListRepositoryLinksResponse>ListRepositoryLinksIterable. iterator()Method parameters in software.amazon.awssdk.services.codeconnections.paginators with type arguments of type ListRepositoryLinksResponse Modifier and Type Method Description voidListRepositoryLinksPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRepositoryLinksResponse> subscriber)
-