default CreateConnectionResponse |
CodeStarConnectionsClient.createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest) |
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.
|
default CreateConnectionResponse |
CodeStarConnectionsClient.createConnection(CreateConnectionRequest createConnectionRequest) |
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.
|
default CreateHostResponse |
CodeStarConnectionsClient.createHost(Consumer<CreateHostRequest.Builder> createHostRequest) |
Creates a resource that represents the infrastructure where a third-party provider is installed.
|
default CreateHostResponse |
CodeStarConnectionsClient.createHost(CreateHostRequest createHostRequest) |
Creates a resource that represents the infrastructure where a third-party provider is installed.
|
default CreateRepositoryLinkResponse |
CodeStarConnectionsClient.createRepositoryLink(Consumer<CreateRepositoryLinkRequest.Builder> createRepositoryLinkRequest) |
Creates a link to a specified external Git repository.
|
default CreateRepositoryLinkResponse |
CodeStarConnectionsClient.createRepositoryLink(CreateRepositoryLinkRequest createRepositoryLinkRequest) |
Creates a link to a specified external Git repository.
|
default CreateSyncConfigurationResponse |
CodeStarConnectionsClient.createSyncConfiguration(Consumer<CreateSyncConfigurationRequest.Builder> 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.
|
default CreateSyncConfigurationResponse |
CodeStarConnectionsClient.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.
|
default DeleteSyncConfigurationResponse |
CodeStarConnectionsClient.deleteSyncConfiguration(Consumer<DeleteSyncConfigurationRequest.Builder> deleteSyncConfigurationRequest) |
Deletes the sync configuration for a specified repository and connection.
|
default DeleteSyncConfigurationResponse |
CodeStarConnectionsClient.deleteSyncConfiguration(DeleteSyncConfigurationRequest deleteSyncConfigurationRequest) |
Deletes the sync configuration for a specified repository and connection.
|
default TagResourceResponse |
CodeStarConnectionsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Adds to or modifies the tags of the given resource.
|
default TagResourceResponse |
CodeStarConnectionsClient.tagResource(TagResourceRequest tagResourceRequest) |
Adds to or modifies the tags of the given resource.
|