Uses of Class
software.amazon.awssdk.services.codestarconnections.model.ListConnectionsResponse
-
Packages that use ListConnectionsResponse Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections software.amazon.awssdk.services.codestarconnections.paginators -
-
Uses of ListConnectionsResponse in software.amazon.awssdk.services.codestarconnections
Methods in software.amazon.awssdk.services.codestarconnections that return ListConnectionsResponse Modifier and Type Method Description default ListConnectionsResponseCodeStarConnectionsClient. listConnections(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)Lists the connections associated with your account.default ListConnectionsResponseCodeStarConnectionsClient. listConnections(ListConnectionsRequest listConnectionsRequest)Lists the connections associated with your account.Methods in software.amazon.awssdk.services.codestarconnections that return types with arguments of type ListConnectionsResponse Modifier and Type Method Description default CompletableFuture<ListConnectionsResponse>CodeStarConnectionsAsyncClient. listConnections(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)Lists the connections associated with your account.default CompletableFuture<ListConnectionsResponse>CodeStarConnectionsAsyncClient. listConnections(ListConnectionsRequest listConnectionsRequest)Lists the connections associated with your account. -
Uses of ListConnectionsResponse in software.amazon.awssdk.services.codestarconnections.paginators
Methods in software.amazon.awssdk.services.codestarconnections.paginators that return types with arguments of type ListConnectionsResponse Modifier and Type Method Description Iterator<ListConnectionsResponse>ListConnectionsIterable. iterator()Method parameters in software.amazon.awssdk.services.codestarconnections.paginators with type arguments of type ListConnectionsResponse Modifier and Type Method Description voidListConnectionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListConnectionsResponse> subscriber)
-