| Package | Description |
|---|---|
| com.amazonaws.services.codeconnections.model |
| Modifier and Type | Method and Description |
|---|---|
SyncConfiguration |
SyncConfiguration.clone() |
SyncConfiguration |
CreateSyncConfigurationResult.getSyncConfiguration()
The created sync configuration for the connection.
|
SyncConfiguration |
UpdateSyncConfigurationResult.getSyncConfiguration()
The information returned for the sync configuration to be updated.
|
SyncConfiguration |
GetSyncConfigurationResult.getSyncConfiguration()
The details about the sync configuration for which you want to retrieve information.
|
SyncConfiguration |
SyncConfiguration.withBranch(String branch)
The branch associated with a specific sync configuration.
|
SyncConfiguration |
SyncConfiguration.withConfigFile(String configFile)
The file path to the configuration file associated with a specific sync configuration.
|
SyncConfiguration |
SyncConfiguration.withOwnerId(String ownerId)
The owner ID for the repository associated with a specific sync configuration, such as the owner ID in GitHub.
|
SyncConfiguration |
SyncConfiguration.withProviderType(ProviderType providerType)
The connection provider type associated with a specific sync configuration, such as GitHub.
|
SyncConfiguration |
SyncConfiguration.withProviderType(String providerType)
The connection provider type associated with a specific sync configuration, such as GitHub.
|
SyncConfiguration |
SyncConfiguration.withPublishDeploymentStatus(PublishDeploymentStatus publishDeploymentStatus)
Whether to enable or disable publishing of deployment status to source providers.
|
SyncConfiguration |
SyncConfiguration.withPublishDeploymentStatus(String publishDeploymentStatus)
Whether to enable or disable publishing of deployment status to source providers.
|
SyncConfiguration |
SyncConfiguration.withRepositoryLinkId(String repositoryLinkId)
The ID of the repository link associated with a specific sync configuration.
|
SyncConfiguration |
SyncConfiguration.withRepositoryName(String repositoryName)
The name of the repository associated with a specific sync configuration.
|
SyncConfiguration |
SyncConfiguration.withResourceName(String resourceName)
The name of the connection resource associated with a specific sync configuration.
|
SyncConfiguration |
SyncConfiguration.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role associated with a specific sync configuration.
|
SyncConfiguration |
SyncConfiguration.withSyncType(String syncType)
The type of sync for a specific sync configuration.
|
SyncConfiguration |
SyncConfiguration.withSyncType(SyncConfigurationType syncType)
The type of sync for a specific sync configuration.
|
SyncConfiguration |
SyncConfiguration.withTriggerResourceUpdateOn(String triggerResourceUpdateOn)
When to trigger Git sync to begin the stack update.
|
SyncConfiguration |
SyncConfiguration.withTriggerResourceUpdateOn(TriggerResourceUpdateOn triggerResourceUpdateOn)
When to trigger Git sync to begin the stack update.
|
| Modifier and Type | Method and Description |
|---|---|
List<SyncConfiguration> |
ListSyncConfigurationsResult.getSyncConfigurations()
The list of repository sync definitions returned by the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateSyncConfigurationResult.setSyncConfiguration(SyncConfiguration syncConfiguration)
The created sync configuration for the connection.
|
void |
UpdateSyncConfigurationResult.setSyncConfiguration(SyncConfiguration syncConfiguration)
The information returned for the sync configuration to be updated.
|
void |
GetSyncConfigurationResult.setSyncConfiguration(SyncConfiguration syncConfiguration)
The details about the sync configuration for which you want to retrieve information.
|
CreateSyncConfigurationResult |
CreateSyncConfigurationResult.withSyncConfiguration(SyncConfiguration syncConfiguration)
The created sync configuration for the connection.
|
UpdateSyncConfigurationResult |
UpdateSyncConfigurationResult.withSyncConfiguration(SyncConfiguration syncConfiguration)
The information returned for the sync configuration to be updated.
|
GetSyncConfigurationResult |
GetSyncConfigurationResult.withSyncConfiguration(SyncConfiguration syncConfiguration)
The details about the sync configuration for which you want to retrieve information.
|
ListSyncConfigurationsResult |
ListSyncConfigurationsResult.withSyncConfigurations(SyncConfiguration... syncConfigurations)
The list of repository sync definitions returned by the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSyncConfigurationsResult.setSyncConfigurations(Collection<SyncConfiguration> syncConfigurations)
The list of repository sync definitions returned by the request.
|
ListSyncConfigurationsResult |
ListSyncConfigurationsResult.withSyncConfigurations(Collection<SyncConfiguration> syncConfigurations)
The list of repository sync definitions returned by the request.
|
Copyright © 2025. All rights reserved.