| Package | Description |
|---|---|
| com.amazonaws.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
RepositorySyncDefinition |
RepositorySyncDefinition.clone() |
RepositorySyncDefinition |
RepositorySyncDefinition.withBranch(String branch)
The repository branch.
|
RepositorySyncDefinition |
RepositorySyncDefinition.withDirectory(String directory)
The directory in the repository.
|
RepositorySyncDefinition |
RepositorySyncDefinition.withParent(String parent)
The resource that is synced from.
|
RepositorySyncDefinition |
RepositorySyncDefinition.withTarget(String target)
The resource that is synced to.
|
| Modifier and Type | Method and Description |
|---|---|
List<RepositorySyncDefinition> |
ListRepositorySyncDefinitionsResult.getSyncDefinitions()
An array of repository sync definitions.
|
| Modifier and Type | Method and Description |
|---|---|
ListRepositorySyncDefinitionsResult |
ListRepositorySyncDefinitionsResult.withSyncDefinitions(RepositorySyncDefinition... syncDefinitions)
An array of repository sync definitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRepositorySyncDefinitionsResult.setSyncDefinitions(Collection<RepositorySyncDefinition> syncDefinitions)
An array of repository sync definitions.
|
ListRepositorySyncDefinitionsResult |
ListRepositorySyncDefinitionsResult.withSyncDefinitions(Collection<RepositorySyncDefinition> syncDefinitions)
An array of repository sync definitions.
|
Copyright © 2024. All rights reserved.