| Package | Description |
|---|---|
| com.amazonaws.services.codestarconnections |
|
| com.amazonaws.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListConnectionsResult> |
AbstractAWSCodeStarconnectionsAsync.listConnectionsAsync(ListConnectionsRequest request,
AsyncHandler<ListConnectionsRequest,ListConnectionsResult> asyncHandler) |
Future<ListConnectionsResult> |
AWSCodeStarconnectionsAsync.listConnectionsAsync(ListConnectionsRequest listConnectionsRequest,
AsyncHandler<ListConnectionsRequest,ListConnectionsResult> asyncHandler)
Lists the connections associated with your account.
|
Future<ListConnectionsResult> |
AWSCodeStarconnectionsAsyncClient.listConnectionsAsync(ListConnectionsRequest request,
AsyncHandler<ListConnectionsRequest,ListConnectionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListConnectionsRequest |
ListConnectionsRequest.clone() |
ListConnectionsRequest |
ListConnectionsRequest.withHostArnFilter(String hostArnFilter)
Filters the list of connections to those associated with a specified host.
|
ListConnectionsRequest |
ListConnectionsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListConnectionsRequest |
ListConnectionsRequest.withNextToken(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 |
ListConnectionsRequest.withProviderTypeFilter(ProviderType providerTypeFilter)
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
|
ListConnectionsRequest |
ListConnectionsRequest.withProviderTypeFilter(String providerTypeFilter)
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
|
Copyright © 2024. All rights reserved.