| Package | Description |
|---|---|
| com.amazonaws.services.codestarconnections |
|
| com.amazonaws.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
ListSyncConfigurationsResult |
AbstractAWSCodeStarconnections.listSyncConfigurations(ListSyncConfigurationsRequest request) |
ListSyncConfigurationsResult |
AWSCodeStarconnectionsClient.listSyncConfigurations(ListSyncConfigurationsRequest request)
Returns a list of sync configurations for a specified repository.
|
ListSyncConfigurationsResult |
AWSCodeStarconnections.listSyncConfigurations(ListSyncConfigurationsRequest listSyncConfigurationsRequest)
Returns a list of sync configurations for a specified repository.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListSyncConfigurationsResult> |
AWSCodeStarconnectionsAsyncClient.listSyncConfigurationsAsync(ListSyncConfigurationsRequest request,
AsyncHandler<ListSyncConfigurationsRequest,ListSyncConfigurationsResult> asyncHandler) |
Future<ListSyncConfigurationsResult> |
AbstractAWSCodeStarconnectionsAsync.listSyncConfigurationsAsync(ListSyncConfigurationsRequest request,
AsyncHandler<ListSyncConfigurationsRequest,ListSyncConfigurationsResult> asyncHandler) |
Future<ListSyncConfigurationsResult> |
AWSCodeStarconnectionsAsync.listSyncConfigurationsAsync(ListSyncConfigurationsRequest listSyncConfigurationsRequest,
AsyncHandler<ListSyncConfigurationsRequest,ListSyncConfigurationsResult> asyncHandler)
Returns a list of sync configurations for a specified repository.
|
| Modifier and Type | Method and Description |
|---|---|
ListSyncConfigurationsResult |
ListSyncConfigurationsResult.clone() |
ListSyncConfigurationsResult |
ListSyncConfigurationsResult.withNextToken(String nextToken)
An enumeration token that allows the operation to batch the next results of the operation.
|
ListSyncConfigurationsResult |
ListSyncConfigurationsResult.withSyncConfigurations(Collection<SyncConfiguration> syncConfigurations)
The list of repository sync definitions returned by the request.
|
ListSyncConfigurationsResult |
ListSyncConfigurationsResult.withSyncConfigurations(SyncConfiguration... syncConfigurations)
The list of repository sync definitions returned by the request.
|
Copyright © 2024. All rights reserved.