| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarconnections |
|
| software.amazon.awssdk.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListConnectionsResponse> |
CodeStarConnectionsAsyncClient.listConnections(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)
Lists the connections associated with your account.
|
default ListConnectionsResponse |
CodeStarConnectionsClient.listConnections(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)
Lists the connections associated with your account.
|
default ListConnectionsPublisher |
CodeStarConnectionsAsyncClient.listConnectionsPaginator(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)
Lists the connections associated with your account.
|
default ListConnectionsIterable |
CodeStarConnectionsClient.listConnectionsPaginator(Consumer<ListConnectionsRequest.Builder> listConnectionsRequest)
Lists the connections associated with your account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListConnectionsRequest.Builder |
ListConnectionsRequest.builder() |
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.hostArnFilter(String hostArnFilter)
Filters the list of connections to those associated with a specified host.
|
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.nextToken(String nextToken)
The token that was returned from the previous
ListConnections call, which can be used to return
the next set of connections in the list. |
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.providerTypeFilter(ProviderType providerTypeFilter)
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
|
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.providerTypeFilter(String providerTypeFilter)
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
|
ListConnectionsRequest.Builder |
ListConnectionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListConnectionsRequest.Builder> |
ListConnectionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.