| Package | Description |
|---|---|
| com.amazonaws.services.codestarconnections |
|
| com.amazonaws.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSyncConfigurationResult> |
AWSCodeStarconnectionsAsyncClient.updateSyncConfigurationAsync(UpdateSyncConfigurationRequest request,
AsyncHandler<UpdateSyncConfigurationRequest,UpdateSyncConfigurationResult> asyncHandler) |
Future<UpdateSyncConfigurationResult> |
AbstractAWSCodeStarconnectionsAsync.updateSyncConfigurationAsync(UpdateSyncConfigurationRequest request,
AsyncHandler<UpdateSyncConfigurationRequest,UpdateSyncConfigurationResult> asyncHandler) |
Future<UpdateSyncConfigurationResult> |
AWSCodeStarconnectionsAsync.updateSyncConfigurationAsync(UpdateSyncConfigurationRequest updateSyncConfigurationRequest,
AsyncHandler<UpdateSyncConfigurationRequest,UpdateSyncConfigurationResult> asyncHandler)
Updates the sync configuration for your connection and a specified external Git repository.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSyncConfigurationRequest |
UpdateSyncConfigurationRequest.clone() |
UpdateSyncConfigurationRequest |
UpdateSyncConfigurationRequest.withBranch(String branch)
The branch for the sync configuration to be updated.
|
UpdateSyncConfigurationRequest |
UpdateSyncConfigurationRequest.withConfigFile(String configFile)
The configuration file for the sync configuration to be updated.
|
UpdateSyncConfigurationRequest |
UpdateSyncConfigurationRequest.withPublishDeploymentStatus(PublishDeploymentStatus publishDeploymentStatus)
Whether to enable or disable publishing of deployment status to source providers.
|
UpdateSyncConfigurationRequest |
UpdateSyncConfigurationRequest.withPublishDeploymentStatus(String publishDeploymentStatus)
Whether to enable or disable publishing of deployment status to source providers.
|
UpdateSyncConfigurationRequest |
UpdateSyncConfigurationRequest.withRepositoryLinkId(String repositoryLinkId)
The ID of the repository link for the sync configuration to be updated.
|
UpdateSyncConfigurationRequest |
UpdateSyncConfigurationRequest.withResourceName(String resourceName)
The name of the Amazon Web Services resource for the sync configuration to be updated.
|
UpdateSyncConfigurationRequest |
UpdateSyncConfigurationRequest.withRoleArn(String roleArn)
The ARN of the IAM role for the sync configuration to be updated.
|
UpdateSyncConfigurationRequest |
UpdateSyncConfigurationRequest.withSyncType(String syncType)
The sync type for the sync configuration to be updated.
|
UpdateSyncConfigurationRequest |
UpdateSyncConfigurationRequest.withSyncType(SyncConfigurationType syncType)
The sync type for the sync configuration to be updated.
|
UpdateSyncConfigurationRequest |
UpdateSyncConfigurationRequest.withTriggerResourceUpdateOn(String triggerResourceUpdateOn)
When to trigger Git sync to begin the stack update.
|
UpdateSyncConfigurationRequest |
UpdateSyncConfigurationRequest.withTriggerResourceUpdateOn(TriggerResourceUpdateOn triggerResourceUpdateOn)
When to trigger Git sync to begin the stack update.
|
Copyright © 2024. All rights reserved.