| Package | Description |
|---|---|
| com.amazonaws.services.proton |
This is the Proton Service API Reference.
|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListRepositorySyncDefinitionsResult> |
AWSProtonAsync.listRepositorySyncDefinitionsAsync(ListRepositorySyncDefinitionsRequest listRepositorySyncDefinitionsRequest,
AsyncHandler<ListRepositorySyncDefinitionsRequest,ListRepositorySyncDefinitionsResult> asyncHandler)
List repository sync definitions with detail data.
|
Future<ListRepositorySyncDefinitionsResult> |
AWSProtonAsyncClient.listRepositorySyncDefinitionsAsync(ListRepositorySyncDefinitionsRequest request,
AsyncHandler<ListRepositorySyncDefinitionsRequest,ListRepositorySyncDefinitionsResult> asyncHandler) |
Future<ListRepositorySyncDefinitionsResult> |
AbstractAWSProtonAsync.listRepositorySyncDefinitionsAsync(ListRepositorySyncDefinitionsRequest request,
AsyncHandler<ListRepositorySyncDefinitionsRequest,ListRepositorySyncDefinitionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListRepositorySyncDefinitionsRequest |
ListRepositorySyncDefinitionsRequest.clone() |
ListRepositorySyncDefinitionsRequest |
ListRepositorySyncDefinitionsRequest.withNextToken(String nextToken)
A token to indicate the location of the next repository sync definition in the array of repository sync
definitions, after the list of repository sync definitions previously requested.
|
ListRepositorySyncDefinitionsRequest |
ListRepositorySyncDefinitionsRequest.withRepositoryName(String repositoryName)
The repository name.
|
ListRepositorySyncDefinitionsRequest |
ListRepositorySyncDefinitionsRequest.withRepositoryProvider(RepositoryProvider repositoryProvider)
The repository provider.
|
ListRepositorySyncDefinitionsRequest |
ListRepositorySyncDefinitionsRequest.withRepositoryProvider(String repositoryProvider)
The repository provider.
|
ListRepositorySyncDefinitionsRequest |
ListRepositorySyncDefinitionsRequest.withSyncType(String syncType)
The sync type.
|
ListRepositorySyncDefinitionsRequest |
ListRepositorySyncDefinitionsRequest.withSyncType(SyncType syncType)
The sync type.
|
Copyright © 2021. All rights reserved.