| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarconnections |
|
| software.amazon.awssdk.services.codestarconnections.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListConnectionsResponse |
CodeStarConnectionsClient.listConnections(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)
Lists the connections associated with your account.
|
default ListConnectionsResponse |
CodeStarConnectionsClient.listConnections(ListConnectionsRequest listConnectionsRequest)
Lists the connections associated with your account.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListConnectionsResponse> |
ListConnectionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListConnectionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListConnectionsResponse> subscriber) |
Copyright © 2023. All rights reserved.