| Package | Description |
|---|---|
| com.amazonaws.services.codeconnections |
|
| com.amazonaws.services.codeconnections.model |
| Modifier and Type | Method and Description |
|---|---|
CreateSyncConfigurationResult |
AbstractAWSCodeConnections.createSyncConfiguration(CreateSyncConfigurationRequest request) |
CreateSyncConfigurationResult |
AWSCodeConnectionsClient.createSyncConfiguration(CreateSyncConfigurationRequest request)
Creates a sync configuration which allows Amazon Web Services to sync content from a Git repository to update a
specified Amazon Web Services resource.
|
CreateSyncConfigurationResult |
AWSCodeConnections.createSyncConfiguration(CreateSyncConfigurationRequest createSyncConfigurationRequest)
Creates a sync configuration which allows Amazon Web Services to sync content from a Git repository to update a
specified Amazon Web Services resource.
|
Future<CreateSyncConfigurationResult> |
AbstractAWSCodeConnectionsAsync.createSyncConfigurationAsync(CreateSyncConfigurationRequest request) |
Future<CreateSyncConfigurationResult> |
AWSCodeConnectionsAsync.createSyncConfigurationAsync(CreateSyncConfigurationRequest createSyncConfigurationRequest)
Creates a sync configuration which allows Amazon Web Services to sync content from a Git repository to update a
specified Amazon Web Services resource.
|
Future<CreateSyncConfigurationResult> |
AWSCodeConnectionsAsyncClient.createSyncConfigurationAsync(CreateSyncConfigurationRequest request) |
Future<CreateSyncConfigurationResult> |
AbstractAWSCodeConnectionsAsync.createSyncConfigurationAsync(CreateSyncConfigurationRequest request,
AsyncHandler<CreateSyncConfigurationRequest,CreateSyncConfigurationResult> asyncHandler) |
Future<CreateSyncConfigurationResult> |
AWSCodeConnectionsAsync.createSyncConfigurationAsync(CreateSyncConfigurationRequest createSyncConfigurationRequest,
AsyncHandler<CreateSyncConfigurationRequest,CreateSyncConfigurationResult> asyncHandler)
Creates a sync configuration which allows Amazon Web Services to sync content from a Git repository to update a
specified Amazon Web Services resource.
|
Future<CreateSyncConfigurationResult> |
AWSCodeConnectionsAsyncClient.createSyncConfigurationAsync(CreateSyncConfigurationRequest request,
AsyncHandler<CreateSyncConfigurationRequest,CreateSyncConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSyncConfigurationRequest |
CreateSyncConfigurationRequest.clone() |
CreateSyncConfigurationRequest |
CreateSyncConfigurationRequest.withBranch(String branch)
The branch in the repository from which changes will be synced.
|
CreateSyncConfigurationRequest |
CreateSyncConfigurationRequest.withConfigFile(String configFile)
The file name of the configuration file that manages syncing between the connection and the repository.
|
CreateSyncConfigurationRequest |
CreateSyncConfigurationRequest.withPublishDeploymentStatus(PublishDeploymentStatus publishDeploymentStatus)
Whether to enable or disable publishing of deployment status to source providers.
|
CreateSyncConfigurationRequest |
CreateSyncConfigurationRequest.withPublishDeploymentStatus(String publishDeploymentStatus)
Whether to enable or disable publishing of deployment status to source providers.
|
CreateSyncConfigurationRequest |
CreateSyncConfigurationRequest.withRepositoryLinkId(String repositoryLinkId)
The ID of the repository link created for the connection.
|
CreateSyncConfigurationRequest |
CreateSyncConfigurationRequest.withResourceName(String resourceName)
The name of the Amazon Web Services resource (for example, a CloudFormation stack in the case of CFN_STACK_SYNC)
that will be synchronized from the linked repository.
|
CreateSyncConfigurationRequest |
CreateSyncConfigurationRequest.withRoleArn(String roleArn)
The ARN of the IAM role that grants permission for Amazon Web Services to use Git sync to update a given Amazon
Web Services resource on your behalf.
|
CreateSyncConfigurationRequest |
CreateSyncConfigurationRequest.withSyncType(String syncType)
The type of sync configuration.
|
CreateSyncConfigurationRequest |
CreateSyncConfigurationRequest.withSyncType(SyncConfigurationType syncType)
The type of sync configuration.
|
CreateSyncConfigurationRequest |
CreateSyncConfigurationRequest.withTriggerResourceUpdateOn(String triggerResourceUpdateOn)
When to trigger Git sync to begin the stack update.
|
CreateSyncConfigurationRequest |
CreateSyncConfigurationRequest.withTriggerResourceUpdateOn(TriggerResourceUpdateOn triggerResourceUpdateOn)
When to trigger Git sync to begin the stack update.
|
Copyright © 2024. All rights reserved.