Uses of Class
software.amazon.awssdk.services.codeconnections.model.ListConnectionsResponse
-
Packages that use ListConnectionsResponse Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections software.amazon.awssdk.services.codeconnections.paginators -
-
Uses of ListConnectionsResponse in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections that return ListConnectionsResponse Modifier and Type Method Description default ListConnectionsResponseCodeConnectionsClient. listConnections(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)Lists the connections associated with your account.default ListConnectionsResponseCodeConnectionsClient. listConnections(ListConnectionsRequest listConnectionsRequest)Lists the connections associated with your account.Methods in software.amazon.awssdk.services.codeconnections that return types with arguments of type ListConnectionsResponse Modifier and Type Method Description default CompletableFuture<ListConnectionsResponse>CodeConnectionsAsyncClient. listConnections(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)Lists the connections associated with your account.default CompletableFuture<ListConnectionsResponse>CodeConnectionsAsyncClient. listConnections(ListConnectionsRequest listConnectionsRequest)Lists the connections associated with your account. -
Uses of ListConnectionsResponse in software.amazon.awssdk.services.codeconnections.paginators
Methods in software.amazon.awssdk.services.codeconnections.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.codeconnections.paginators with type arguments of type ListConnectionsResponse Modifier and Type Method Description voidListConnectionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListConnectionsResponse> subscriber)
-