@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSCodeConnectionsAsync extends AbstractAWSCodeConnections implements AWSCodeConnectionsAsync
AWSCodeConnectionsAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
createConnection, createHost, createRepositoryLink, createSyncConfiguration, deleteConnection, deleteHost, deleteRepositoryLink, deleteSyncConfiguration, getCachedResponseMetadata, getConnection, getHost, getRepositoryLink, getRepositorySyncStatus, getResourceSyncStatus, getSyncBlockerSummary, getSyncConfiguration, listConnections, listHosts, listRepositoryLinks, listRepositorySyncDefinitions, listSyncConfigurations, listTagsForResource, shutdown, tagResource, untagResource, updateHost, updateRepositoryLink, updateSyncBlocker, updateSyncConfiguration
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createConnection, createHost, createRepositoryLink, createSyncConfiguration, deleteConnection, deleteHost, deleteRepositoryLink, deleteSyncConfiguration, getCachedResponseMetadata, getConnection, getHost, getRepositoryLink, getRepositorySyncStatus, getResourceSyncStatus, getSyncBlockerSummary, getSyncConfiguration, listConnections, listHosts, listRepositoryLinks, listRepositorySyncDefinitions, listSyncConfigurations, listTagsForResource, shutdown, tagResource, untagResource, updateHost, updateRepositoryLink, updateSyncBlocker, updateSyncConfiguration
public Future<CreateConnectionResult> createConnectionAsync(CreateConnectionRequest request)
AWSCodeConnectionsAsync
Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it can access third-party code repositories. The connection is in pending status until the third-party connection handshake is completed from the console.
createConnectionAsync
in interface AWSCodeConnectionsAsync
public Future<CreateConnectionResult> createConnectionAsync(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
AWSCodeConnectionsAsync
Creates a connection that can then be given to other Amazon Web Services services like CodePipeline so that it can access third-party code repositories. The connection is in pending status until the third-party connection handshake is completed from the console.
createConnectionAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateHostResult> createHostAsync(CreateHostRequest request)
AWSCodeConnectionsAsync
Creates a resource that represents the infrastructure where a third-party provider is installed. The host is used when you create connections to an installed third-party provider type, such as GitHub Enterprise Server. You create one host for all connections to that provider.
A host created through the CLI or the SDK is in `PENDING` status by default. You can make its status `AVAILABLE` by setting up the host in the console.
createHostAsync
in interface AWSCodeConnectionsAsync
public Future<CreateHostResult> createHostAsync(CreateHostRequest request, AsyncHandler<CreateHostRequest,CreateHostResult> asyncHandler)
AWSCodeConnectionsAsync
Creates a resource that represents the infrastructure where a third-party provider is installed. The host is used when you create connections to an installed third-party provider type, such as GitHub Enterprise Server. You create one host for all connections to that provider.
A host created through the CLI or the SDK is in `PENDING` status by default. You can make its status `AVAILABLE` by setting up the host in the console.
createHostAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateRepositoryLinkResult> createRepositoryLinkAsync(CreateRepositoryLinkRequest request)
AWSCodeConnectionsAsync
Creates a link to a specified external Git repository. A repository link allows Git sync to monitor and sync changes to files in a specified Git repository.
createRepositoryLinkAsync
in interface AWSCodeConnectionsAsync
public Future<CreateRepositoryLinkResult> createRepositoryLinkAsync(CreateRepositoryLinkRequest request, AsyncHandler<CreateRepositoryLinkRequest,CreateRepositoryLinkResult> asyncHandler)
AWSCodeConnectionsAsync
Creates a link to a specified external Git repository. A repository link allows Git sync to monitor and sync changes to files in a specified Git repository.
createRepositoryLinkAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateSyncConfigurationResult> createSyncConfigurationAsync(CreateSyncConfigurationRequest request)
AWSCodeConnectionsAsync
Creates a sync configuration which allows Amazon Web Services to sync content from a Git repository to update a specified Amazon Web Services resource. Parameters for the sync configuration are determined by the sync type.
createSyncConfigurationAsync
in interface AWSCodeConnectionsAsync
public Future<CreateSyncConfigurationResult> createSyncConfigurationAsync(CreateSyncConfigurationRequest request, AsyncHandler<CreateSyncConfigurationRequest,CreateSyncConfigurationResult> asyncHandler)
AWSCodeConnectionsAsync
Creates a sync configuration which allows Amazon Web Services to sync content from a Git repository to update a specified Amazon Web Services resource. Parameters for the sync configuration are determined by the sync type.
createSyncConfigurationAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteConnectionResult> deleteConnectionAsync(DeleteConnectionRequest request)
AWSCodeConnectionsAsync
The connection to be deleted.
deleteConnectionAsync
in interface AWSCodeConnectionsAsync
public Future<DeleteConnectionResult> deleteConnectionAsync(DeleteConnectionRequest request, AsyncHandler<DeleteConnectionRequest,DeleteConnectionResult> asyncHandler)
AWSCodeConnectionsAsync
The connection to be deleted.
deleteConnectionAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteHostResult> deleteHostAsync(DeleteHostRequest request)
AWSCodeConnectionsAsync
The host to be deleted. Before you delete a host, all connections associated to the host must be deleted.
A host cannot be deleted if it is in the VPC_CONFIG_INITIALIZING or VPC_CONFIG_DELETING state.
deleteHostAsync
in interface AWSCodeConnectionsAsync
public Future<DeleteHostResult> deleteHostAsync(DeleteHostRequest request, AsyncHandler<DeleteHostRequest,DeleteHostResult> asyncHandler)
AWSCodeConnectionsAsync
The host to be deleted. Before you delete a host, all connections associated to the host must be deleted.
A host cannot be deleted if it is in the VPC_CONFIG_INITIALIZING or VPC_CONFIG_DELETING state.
deleteHostAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteRepositoryLinkResult> deleteRepositoryLinkAsync(DeleteRepositoryLinkRequest request)
AWSCodeConnectionsAsync
Deletes the association between your connection and a specified external Git repository.
deleteRepositoryLinkAsync
in interface AWSCodeConnectionsAsync
public Future<DeleteRepositoryLinkResult> deleteRepositoryLinkAsync(DeleteRepositoryLinkRequest request, AsyncHandler<DeleteRepositoryLinkRequest,DeleteRepositoryLinkResult> asyncHandler)
AWSCodeConnectionsAsync
Deletes the association between your connection and a specified external Git repository.
deleteRepositoryLinkAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteSyncConfigurationResult> deleteSyncConfigurationAsync(DeleteSyncConfigurationRequest request)
AWSCodeConnectionsAsync
Deletes the sync configuration for a specified repository and connection.
deleteSyncConfigurationAsync
in interface AWSCodeConnectionsAsync
public Future<DeleteSyncConfigurationResult> deleteSyncConfigurationAsync(DeleteSyncConfigurationRequest request, AsyncHandler<DeleteSyncConfigurationRequest,DeleteSyncConfigurationResult> asyncHandler)
AWSCodeConnectionsAsync
Deletes the sync configuration for a specified repository and connection.
deleteSyncConfigurationAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetConnectionResult> getConnectionAsync(GetConnectionRequest request)
AWSCodeConnectionsAsync
Returns the connection ARN and details such as status, owner, and provider type.
getConnectionAsync
in interface AWSCodeConnectionsAsync
public Future<GetConnectionResult> getConnectionAsync(GetConnectionRequest request, AsyncHandler<GetConnectionRequest,GetConnectionResult> asyncHandler)
AWSCodeConnectionsAsync
Returns the connection ARN and details such as status, owner, and provider type.
getConnectionAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetHostResult> getHostAsync(GetHostRequest request)
AWSCodeConnectionsAsync
Returns the host ARN and details such as status, provider type, endpoint, and, if applicable, the VPC configuration.
getHostAsync
in interface AWSCodeConnectionsAsync
public Future<GetHostResult> getHostAsync(GetHostRequest request, AsyncHandler<GetHostRequest,GetHostResult> asyncHandler)
AWSCodeConnectionsAsync
Returns the host ARN and details such as status, provider type, endpoint, and, if applicable, the VPC configuration.
getHostAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetRepositoryLinkResult> getRepositoryLinkAsync(GetRepositoryLinkRequest request)
AWSCodeConnectionsAsync
Returns details about a repository link. A repository link allows Git sync to monitor and sync changes from files in a specified Git repository.
getRepositoryLinkAsync
in interface AWSCodeConnectionsAsync
public Future<GetRepositoryLinkResult> getRepositoryLinkAsync(GetRepositoryLinkRequest request, AsyncHandler<GetRepositoryLinkRequest,GetRepositoryLinkResult> asyncHandler)
AWSCodeConnectionsAsync
Returns details about a repository link. A repository link allows Git sync to monitor and sync changes from files in a specified Git repository.
getRepositoryLinkAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetRepositorySyncStatusResult> getRepositorySyncStatusAsync(GetRepositorySyncStatusRequest request)
AWSCodeConnectionsAsync
Returns details about the sync status for a repository. A repository sync uses Git sync to push and pull changes from your remote repository.
getRepositorySyncStatusAsync
in interface AWSCodeConnectionsAsync
public Future<GetRepositorySyncStatusResult> getRepositorySyncStatusAsync(GetRepositorySyncStatusRequest request, AsyncHandler<GetRepositorySyncStatusRequest,GetRepositorySyncStatusResult> asyncHandler)
AWSCodeConnectionsAsync
Returns details about the sync status for a repository. A repository sync uses Git sync to push and pull changes from your remote repository.
getRepositorySyncStatusAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetResourceSyncStatusResult> getResourceSyncStatusAsync(GetResourceSyncStatusRequest request)
AWSCodeConnectionsAsync
Returns the status of the sync with the Git repository for a specific Amazon Web Services resource.
getResourceSyncStatusAsync
in interface AWSCodeConnectionsAsync
public Future<GetResourceSyncStatusResult> getResourceSyncStatusAsync(GetResourceSyncStatusRequest request, AsyncHandler<GetResourceSyncStatusRequest,GetResourceSyncStatusResult> asyncHandler)
AWSCodeConnectionsAsync
Returns the status of the sync with the Git repository for a specific Amazon Web Services resource.
getResourceSyncStatusAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSyncBlockerSummaryResult> getSyncBlockerSummaryAsync(GetSyncBlockerSummaryRequest request)
AWSCodeConnectionsAsync
Returns a list of the most recent sync blockers.
getSyncBlockerSummaryAsync
in interface AWSCodeConnectionsAsync
public Future<GetSyncBlockerSummaryResult> getSyncBlockerSummaryAsync(GetSyncBlockerSummaryRequest request, AsyncHandler<GetSyncBlockerSummaryRequest,GetSyncBlockerSummaryResult> asyncHandler)
AWSCodeConnectionsAsync
Returns a list of the most recent sync blockers.
getSyncBlockerSummaryAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSyncConfigurationResult> getSyncConfigurationAsync(GetSyncConfigurationRequest request)
AWSCodeConnectionsAsync
Returns details about a sync configuration, including the sync type and resource name. A sync configuration allows the configuration to sync (push and pull) changes from the remote repository for a specified branch in a Git repository.
getSyncConfigurationAsync
in interface AWSCodeConnectionsAsync
public Future<GetSyncConfigurationResult> getSyncConfigurationAsync(GetSyncConfigurationRequest request, AsyncHandler<GetSyncConfigurationRequest,GetSyncConfigurationResult> asyncHandler)
AWSCodeConnectionsAsync
Returns details about a sync configuration, including the sync type and resource name. A sync configuration allows the configuration to sync (push and pull) changes from the remote repository for a specified branch in a Git repository.
getSyncConfigurationAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListConnectionsResult> listConnectionsAsync(ListConnectionsRequest request)
AWSCodeConnectionsAsync
Lists the connections associated with your account.
listConnectionsAsync
in interface AWSCodeConnectionsAsync
public Future<ListConnectionsResult> listConnectionsAsync(ListConnectionsRequest request, AsyncHandler<ListConnectionsRequest,ListConnectionsResult> asyncHandler)
AWSCodeConnectionsAsync
Lists the connections associated with your account.
listConnectionsAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListHostsResult> listHostsAsync(ListHostsRequest request)
AWSCodeConnectionsAsync
Lists the hosts associated with your account.
listHostsAsync
in interface AWSCodeConnectionsAsync
public Future<ListHostsResult> listHostsAsync(ListHostsRequest request, AsyncHandler<ListHostsRequest,ListHostsResult> asyncHandler)
AWSCodeConnectionsAsync
Lists the hosts associated with your account.
listHostsAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListRepositoryLinksResult> listRepositoryLinksAsync(ListRepositoryLinksRequest request)
AWSCodeConnectionsAsync
Lists the repository links created for connections in your account.
listRepositoryLinksAsync
in interface AWSCodeConnectionsAsync
public Future<ListRepositoryLinksResult> listRepositoryLinksAsync(ListRepositoryLinksRequest request, AsyncHandler<ListRepositoryLinksRequest,ListRepositoryLinksResult> asyncHandler)
AWSCodeConnectionsAsync
Lists the repository links created for connections in your account.
listRepositoryLinksAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListRepositorySyncDefinitionsResult> listRepositorySyncDefinitionsAsync(ListRepositorySyncDefinitionsRequest request)
AWSCodeConnectionsAsync
Lists the repository sync definitions for repository links in your account.
listRepositorySyncDefinitionsAsync
in interface AWSCodeConnectionsAsync
public Future<ListRepositorySyncDefinitionsResult> listRepositorySyncDefinitionsAsync(ListRepositorySyncDefinitionsRequest request, AsyncHandler<ListRepositorySyncDefinitionsRequest,ListRepositorySyncDefinitionsResult> asyncHandler)
AWSCodeConnectionsAsync
Lists the repository sync definitions for repository links in your account.
listRepositorySyncDefinitionsAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListSyncConfigurationsResult> listSyncConfigurationsAsync(ListSyncConfigurationsRequest request)
AWSCodeConnectionsAsync
Returns a list of sync configurations for a specified repository.
listSyncConfigurationsAsync
in interface AWSCodeConnectionsAsync
public Future<ListSyncConfigurationsResult> listSyncConfigurationsAsync(ListSyncConfigurationsRequest request, AsyncHandler<ListSyncConfigurationsRequest,ListSyncConfigurationsResult> asyncHandler)
AWSCodeConnectionsAsync
Returns a list of sync configurations for a specified repository.
listSyncConfigurationsAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSCodeConnectionsAsync
Gets the set of key-value pairs (metadata) that are used to manage the resource.
listTagsForResourceAsync
in interface AWSCodeConnectionsAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSCodeConnectionsAsync
Gets the set of key-value pairs (metadata) that are used to manage the resource.
listTagsForResourceAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSCodeConnectionsAsync
Adds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.
tagResourceAsync
in interface AWSCodeConnectionsAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSCodeConnectionsAsync
Adds to or modifies the tags of the given resource. Tags are metadata that can be used to manage a resource.
tagResourceAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSCodeConnectionsAsync
Removes tags from an Amazon Web Services resource.
untagResourceAsync
in interface AWSCodeConnectionsAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSCodeConnectionsAsync
Removes tags from an Amazon Web Services resource.
untagResourceAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateHostResult> updateHostAsync(UpdateHostRequest request)
AWSCodeConnectionsAsync
Updates a specified host with the provided configurations.
updateHostAsync
in interface AWSCodeConnectionsAsync
public Future<UpdateHostResult> updateHostAsync(UpdateHostRequest request, AsyncHandler<UpdateHostRequest,UpdateHostResult> asyncHandler)
AWSCodeConnectionsAsync
Updates a specified host with the provided configurations.
updateHostAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateRepositoryLinkResult> updateRepositoryLinkAsync(UpdateRepositoryLinkRequest request)
AWSCodeConnectionsAsync
Updates the association between your connection and a specified external Git repository. A repository link allows Git sync to monitor and sync changes to files in a specified Git repository.
updateRepositoryLinkAsync
in interface AWSCodeConnectionsAsync
public Future<UpdateRepositoryLinkResult> updateRepositoryLinkAsync(UpdateRepositoryLinkRequest request, AsyncHandler<UpdateRepositoryLinkRequest,UpdateRepositoryLinkResult> asyncHandler)
AWSCodeConnectionsAsync
Updates the association between your connection and a specified external Git repository. A repository link allows Git sync to monitor and sync changes to files in a specified Git repository.
updateRepositoryLinkAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateSyncBlockerResult> updateSyncBlockerAsync(UpdateSyncBlockerRequest request)
AWSCodeConnectionsAsync
Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.
updateSyncBlockerAsync
in interface AWSCodeConnectionsAsync
public Future<UpdateSyncBlockerResult> updateSyncBlockerAsync(UpdateSyncBlockerRequest request, AsyncHandler<UpdateSyncBlockerRequest,UpdateSyncBlockerResult> asyncHandler)
AWSCodeConnectionsAsync
Allows you to update the status of a sync blocker, resolving the blocker and allowing syncing to continue.
updateSyncBlockerAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateSyncConfigurationResult> updateSyncConfigurationAsync(UpdateSyncConfigurationRequest request)
AWSCodeConnectionsAsync
Updates the sync configuration for your connection and a specified external Git repository.
updateSyncConfigurationAsync
in interface AWSCodeConnectionsAsync
public Future<UpdateSyncConfigurationResult> updateSyncConfigurationAsync(UpdateSyncConfigurationRequest request, AsyncHandler<UpdateSyncConfigurationRequest,UpdateSyncConfigurationResult> asyncHandler)
AWSCodeConnectionsAsync
Updates the sync configuration for your connection and a specified external Git repository.
updateSyncConfigurationAsync
in interface AWSCodeConnectionsAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.