| Package | Description |
|---|---|
| com.amazonaws.services.codeconnections |
|
| com.amazonaws.services.codeconnections.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListSyncConfigurationsResult> |
AWSCodeConnectionsAsyncClient.listSyncConfigurationsAsync(ListSyncConfigurationsRequest request,
AsyncHandler<ListSyncConfigurationsRequest,ListSyncConfigurationsResult> asyncHandler) |
Future<ListSyncConfigurationsResult> |
AWSCodeConnectionsAsync.listSyncConfigurationsAsync(ListSyncConfigurationsRequest listSyncConfigurationsRequest,
AsyncHandler<ListSyncConfigurationsRequest,ListSyncConfigurationsResult> asyncHandler)
Returns a list of sync configurations for a specified repository.
|
Future<ListSyncConfigurationsResult> |
AbstractAWSCodeConnectionsAsync.listSyncConfigurationsAsync(ListSyncConfigurationsRequest request,
AsyncHandler<ListSyncConfigurationsRequest,ListSyncConfigurationsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSyncConfigurationsRequest |
ListSyncConfigurationsRequest.clone() |
ListSyncConfigurationsRequest |
ListSyncConfigurationsRequest.withMaxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results.
|
ListSyncConfigurationsRequest |
ListSyncConfigurationsRequest.withNextToken(String nextToken)
An enumeration token that allows the operation to batch the results of the operation.
|
ListSyncConfigurationsRequest |
ListSyncConfigurationsRequest.withRepositoryLinkId(String repositoryLinkId)
The ID of the repository link for the requested list of sync configurations.
|
ListSyncConfigurationsRequest |
ListSyncConfigurationsRequest.withSyncType(String syncType)
The sync type for the requested list of sync configurations.
|
ListSyncConfigurationsRequest |
ListSyncConfigurationsRequest.withSyncType(SyncConfigurationType syncType)
The sync type for the requested list of sync configurations.
|
Copyright © 2024. All rights reserved.