Uses of Class
software.amazon.awssdk.services.codestarconnections.model.ListConnectionsRequest
-
Packages that use ListConnectionsRequest Package Description software.amazon.awssdk.services.codestarconnections AWS CodeStar Connections software.amazon.awssdk.services.codestarconnections.paginators software.amazon.awssdk.services.codestarconnections.transform -
-
Uses of ListConnectionsRequest in software.amazon.awssdk.services.codestarconnections
Methods in software.amazon.awssdk.services.codestarconnections with parameters of type ListConnectionsRequest Modifier and Type Method Description default CompletableFuture<ListConnectionsResponse>CodeStarConnectionsAsyncClient. listConnections(ListConnectionsRequest listConnectionsRequest)Lists the connections associated with your account.default ListConnectionsResponseCodeStarConnectionsClient. listConnections(ListConnectionsRequest listConnectionsRequest)Lists the connections associated with your account.default ListConnectionsPublisherCodeStarConnectionsAsyncClient. listConnectionsPaginator(ListConnectionsRequest listConnectionsRequest)Lists the connections associated with your account.default ListConnectionsIterableCodeStarConnectionsClient. listConnectionsPaginator(ListConnectionsRequest listConnectionsRequest)Lists the connections associated with your account. -
Uses of ListConnectionsRequest in software.amazon.awssdk.services.codestarconnections.paginators
Constructors in software.amazon.awssdk.services.codestarconnections.paginators with parameters of type ListConnectionsRequest Constructor Description ListConnectionsIterable(CodeStarConnectionsClient client, ListConnectionsRequest firstRequest)ListConnectionsPublisher(CodeStarConnectionsAsyncClient client, ListConnectionsRequest firstRequest) -
Uses of ListConnectionsRequest in software.amazon.awssdk.services.codestarconnections.transform
Methods in software.amazon.awssdk.services.codestarconnections.transform with parameters of type ListConnectionsRequest Modifier and Type Method Description SdkHttpFullRequestListConnectionsRequestMarshaller. marshall(ListConnectionsRequest listConnectionsRequest)
-