Method | Description | |
---|---|---|
AmazonCodeCommitClient ( ) : System |
Constructs AmazonCodeCommitClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonCodeCommitClient ( |
Constructs AmazonCodeCommitClient with AWS Credentials
|
|
AmazonCodeCommitClient ( |
Constructs AmazonCodeCommitClient with AWS Credentials and an AmazonCodeCommitClient Configuration object.
|
|
AmazonCodeCommitClient ( |
Constructs AmazonCodeCommitClient with AWS Credentials
|
|
AmazonCodeCommitClient ( |
Constructs AmazonCodeCommitClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonCodeCommitClient ( RegionEndpoint region ) : System |
Constructs AmazonCodeCommitClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonCodeCommitClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonCodeCommitClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCodeCommitClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonCodeCommitClient with AWS Access Key ID, AWS Secret Key and an AmazonCodeCommitClient Configuration object.
|
|
AmazonCodeCommitClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonCodeCommitClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCodeCommitClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonCodeCommitClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCodeCommitClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonCodeCommitClient with AWS Access Key ID, AWS Secret Key and an AmazonCodeCommitClient Configuration object.
|
|
AmazonCodeCommitClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonCodeCommitClient with AWS Access Key ID and AWS Secret Key
|
|
BatchGetRepositories ( |
Returns information about one or more repositories. The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a web page could expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a web page.
|
|
BatchGetRepositoriesAsync ( |
Initiates the asynchronous execution of the BatchGetRepositories operation.
|
|
BeginBatchGetRepositories ( |
Initiates the asynchronous execution of the BatchGetRepositories operation.
|
|
BeginCreateBranch ( |
Initiates the asynchronous execution of the CreateBranch operation.
|
|
BeginCreateRepository ( |
Initiates the asynchronous execution of the CreateRepository operation.
|
|
BeginDeleteRepository ( Amazon.CodeCommit.Model.DeleteRepositoryRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DeleteRepository operation.
|
|
BeginGetBranch ( |
Initiates the asynchronous execution of the GetBranch operation.
|
|
BeginGetCommit ( |
Initiates the asynchronous execution of the GetCommit operation.
|
|
BeginGetRepository ( |
Initiates the asynchronous execution of the GetRepository operation.
|
|
BeginGetRepositoryTriggers ( |
Initiates the asynchronous execution of the GetRepositoryTriggers operation.
|
|
BeginListBranches ( Amazon.CodeCommit.Model.ListBranchesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the ListBranches operation.
|
|
BeginListRepositories ( Amazon.CodeCommit.Model.ListRepositoriesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the ListRepositories operation.
|
|
BeginPutRepositoryTriggers ( |
Initiates the asynchronous execution of the PutRepositoryTriggers operation.
|
|
BeginTestRepositoryTriggers ( TestRepositoryTriggersRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the TestRepositoryTriggers operation.
|
|
BeginUpdateDefaultBranch ( |
Initiates the asynchronous execution of the UpdateDefaultBranch operation.
|
|
BeginUpdateRepositoryDescription ( |
Initiates the asynchronous execution of the UpdateRepositoryDescription operation.
|
|
BeginUpdateRepositoryName ( |
Initiates the asynchronous execution of the UpdateRepositoryName operation.
|
|
CreateBranch ( |
Creates a new branch in a repository and points the branch to a commit. Calling the create branch operation does not set a repository's default branch. To do this, call the update default branch operation.
|
|
CreateBranchAsync ( |
Initiates the asynchronous execution of the CreateBranch operation.
|
|
CreateRepository ( |
Creates a new, empty repository.
|
|
CreateRepositoryAsync ( |
Initiates the asynchronous execution of the CreateRepository operation.
|
|
DeleteRepository ( Amazon.CodeCommit.Model.DeleteRepositoryRequest request ) : Amazon.CodeCommit.Model.DeleteRepositoryResponse |
Deletes a repository. If a specified repository was already deleted, a null repository ID will be returned.
|
|
DeleteRepositoryAsync ( Amazon.CodeCommit.Model.DeleteRepositoryRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DeleteRepository operation.
|
|
EndBatchGetRepositories ( IAsyncResult asyncResult ) : Amazon.CodeCommit.Model.BatchGetRepositoriesResponse |
Finishes the asynchronous execution of the BatchGetRepositories operation.
|
|
EndCreateBranch ( IAsyncResult asyncResult ) : CreateBranchResponse |
Finishes the asynchronous execution of the CreateBranch operation.
|
|
EndCreateRepository ( IAsyncResult asyncResult ) : Amazon.CodeCommit.Model.CreateRepositoryResponse |
Finishes the asynchronous execution of the CreateRepository operation.
|
|
EndDeleteRepository ( IAsyncResult asyncResult ) : Amazon.CodeCommit.Model.DeleteRepositoryResponse |
Finishes the asynchronous execution of the DeleteRepository operation.
|
|
EndGetBranch ( IAsyncResult asyncResult ) : Amazon.CodeCommit.Model.GetBranchResponse |
Finishes the asynchronous execution of the GetBranch operation.
|
|
EndGetCommit ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetCommit operation.
|
|
EndGetRepository ( IAsyncResult asyncResult ) : Amazon.CodeCommit.Model.GetRepositoryResponse |
Finishes the asynchronous execution of the GetRepository operation.
|
|
EndGetRepositoryTriggers ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetRepositoryTriggers operation.
|
|
EndListBranches ( IAsyncResult asyncResult ) : Amazon.CodeCommit.Model.ListBranchesResponse |
Finishes the asynchronous execution of the ListBranches operation.
|
|
EndListRepositories ( IAsyncResult asyncResult ) : Amazon.CodeCommit.Model.ListRepositoriesResponse |
Finishes the asynchronous execution of the ListRepositories operation.
|
|
EndPutRepositoryTriggers ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the PutRepositoryTriggers operation.
|
|
EndTestRepositoryTriggers ( IAsyncResult asyncResult ) : TestRepositoryTriggersResponse |
Finishes the asynchronous execution of the TestRepositoryTriggers operation.
|
|
EndUpdateDefaultBranch ( IAsyncResult asyncResult ) : UpdateDefaultBranchResponse |
Finishes the asynchronous execution of the UpdateDefaultBranch operation.
|
|
EndUpdateRepositoryDescription ( IAsyncResult asyncResult ) : UpdateRepositoryDescriptionResponse |
Finishes the asynchronous execution of the UpdateRepositoryDescription operation.
|
|
EndUpdateRepositoryName ( IAsyncResult asyncResult ) : UpdateRepositoryNameResponse |
Finishes the asynchronous execution of the UpdateRepositoryName operation.
|
|
GetBranch ( |
Returns information about a repository branch, including its name and the last commit ID.
|
|
GetBranchAsync ( |
Initiates the asynchronous execution of the GetBranch operation.
|
|
GetCommit ( |
Returns information about a commit, including commit message and committer information.
|
|
GetCommitAsync ( |
Initiates the asynchronous execution of the GetCommit operation.
|
|
GetRepository ( |
Returns information about a repository. The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a web page could expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a web page.
|
|
GetRepositoryAsync ( |
Initiates the asynchronous execution of the GetRepository operation.
|
|
GetRepositoryTriggers ( |
Gets information about triggers configured for a repository.
|
|
GetRepositoryTriggersAsync ( |
Initiates the asynchronous execution of the GetRepositoryTriggers operation.
|
|
ListBranches ( Amazon.CodeCommit.Model.ListBranchesRequest request ) : Amazon.CodeCommit.Model.ListBranchesResponse |
Gets information about one or more branches in a repository.
|
|
ListBranchesAsync ( Amazon.CodeCommit.Model.ListBranchesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the ListBranches operation.
|
|
ListRepositories ( Amazon.CodeCommit.Model.ListRepositoriesRequest request ) : Amazon.CodeCommit.Model.ListRepositoriesResponse |
Gets information about one or more repositories.
|
|
ListRepositoriesAsync ( Amazon.CodeCommit.Model.ListRepositoriesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the ListRepositories operation.
|
|
PutRepositoryTriggers ( |
Replaces all triggers for a repository. This can be used to create or delete triggers.
|
|
PutRepositoryTriggersAsync ( |
Initiates the asynchronous execution of the PutRepositoryTriggers operation.
|
|
TestRepositoryTriggers ( TestRepositoryTriggersRequest request ) : TestRepositoryTriggersResponse |
Tests the functionality of repository triggers by sending information to the trigger target. If real data is available in the repository, the test will send data from the last commit. If no data is available, sample data will be generated.
|
|
TestRepositoryTriggersAsync ( TestRepositoryTriggersRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the TestRepositoryTriggers operation.
|
|
UpdateDefaultBranch ( |
Sets or changes the default branch name for the specified repository. If you use this operation to change the default branch name to the current default branch name, a success message is returned even though the default branch did not change.
|
|
UpdateDefaultBranchAsync ( |
Initiates the asynchronous execution of the UpdateDefaultBranch operation.
|
|
UpdateRepositoryDescription ( |
Sets or changes the comment or description for a repository. The description field for a repository accepts all HTML characters and all valid Unicode characters. Applications that do not HTML-encode the description and display it in a web page could expose users to potentially malicious code. Make sure that you HTML-encode the description field in any application that uses this API to display the repository description on a web page.
|
|
UpdateRepositoryDescriptionAsync ( |
Initiates the asynchronous execution of the UpdateRepositoryDescription operation.
|
|
UpdateRepositoryName ( |
Renames a repository. The repository name must be unique across the calling AWS account. In addition, repository names are limited to 100 alphanumeric, dash, and underscore characters, and cannot include certain characters. The suffix ".git" is prohibited. For a full description of the limits on repository names, see Limits in the AWS CodeCommit User Guide.
|
|
UpdateRepositoryNameAsync ( |
Initiates the asynchronous execution of the UpdateRepositoryName operation.
|
Method | Description | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AmazonCodeCommitClient ( |
||
credentials | AWS Credentials | |
return | System |
public AmazonCodeCommitClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonCodeCommitClient Configuration Object | |
return | System |
public AmazonCodeCommitClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonCodeCommitClient ( |
||
config | The AmazonCodeCommitClient Configuration Object | |
return | System |
public AmazonCodeCommitClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonCodeCommitClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
return | System |
public AmazonCodeCommitClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonCodeCommitClient Configuration Object | |
return | System |
public AmazonCodeCommitClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonCodeCommitClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
return | System |
public AmazonCodeCommitClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | The AmazonCodeCommitClient Configuration Object | |
return | System |
public AmazonCodeCommitClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
region | RegionEndpoint | The region to connect. |
return | System |
public BatchGetRepositories ( |
||
request | Container for the necessary parameters to execute the BatchGetRepositories service method. | |
return | Amazon.CodeCommit.Model.BatchGetRepositoriesResponse |
public BatchGetRepositoriesAsync ( |
||
request | Container for the necessary parameters to execute the BatchGetRepositories operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public BeginBatchGetRepositories ( |
||
request | Container for the necessary parameters to execute the BatchGetRepositories operation on AmazonCodeCommitClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginCreateBranch ( |
||
request | Container for the necessary parameters to execute the CreateBranch operation on AmazonCodeCommitClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginCreateRepository ( |
||
request | Container for the necessary parameters to execute the CreateRepository operation on AmazonCodeCommitClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDeleteRepository ( Amazon.CodeCommit.Model.DeleteRepositoryRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.CodeCommit.Model.DeleteRepositoryRequest | Container for the necessary parameters to execute the DeleteRepository operation on AmazonCodeCommitClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginGetBranch ( |
||
request | Container for the necessary parameters to execute the GetBranch operation on AmazonCodeCommitClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginGetCommit ( |
||
request | Container for the necessary parameters to execute the GetCommit operation on AmazonCodeCommitClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginGetRepository ( |
||
request | Container for the necessary parameters to execute the GetRepository operation on AmazonCodeCommitClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginGetRepositoryTriggers ( |
||
request | Container for the necessary parameters to execute the GetRepositoryTriggers operation on AmazonCodeCommitClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginListBranches ( Amazon.CodeCommit.Model.ListBranchesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.CodeCommit.Model.ListBranchesRequest | Container for the necessary parameters to execute the ListBranches operation on AmazonCodeCommitClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginListRepositories ( Amazon.CodeCommit.Model.ListRepositoriesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.CodeCommit.Model.ListRepositoriesRequest | Container for the necessary parameters to execute the ListRepositories operation on AmazonCodeCommitClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginPutRepositoryTriggers ( |
||
request | Container for the necessary parameters to execute the PutRepositoryTriggers operation on AmazonCodeCommitClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginTestRepositoryTriggers ( TestRepositoryTriggersRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.CodeCommit.Model.TestRepositoryTriggersRequest | Container for the necessary parameters to execute the TestRepositoryTriggers operation on AmazonCodeCommitClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginUpdateDefaultBranch ( |
||
request | Container for the necessary parameters to execute the UpdateDefaultBranch operation on AmazonCodeCommitClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginUpdateRepositoryDescription ( |
||
request | Container for the necessary parameters to execute the UpdateRepositoryDescription operation on AmazonCodeCommitClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginUpdateRepositoryName ( |
||
request | Container for the necessary parameters to execute the UpdateRepositoryName operation on AmazonCodeCommitClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public CreateBranch ( |
||
request | Container for the necessary parameters to execute the CreateBranch service method. | |
return | CreateBranchResponse |
public CreateBranchAsync ( |
||
request | Container for the necessary parameters to execute the CreateBranch operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public CreateRepository ( |
||
request | Container for the necessary parameters to execute the CreateRepository service method. | |
return | Amazon.CodeCommit.Model.CreateRepositoryResponse |
public CreateRepositoryAsync ( |
||
request | Container for the necessary parameters to execute the CreateRepository operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
protected CreateSigner ( ) : |
||
return |
public DeleteRepository ( Amazon.CodeCommit.Model.DeleteRepositoryRequest request ) : Amazon.CodeCommit.Model.DeleteRepositoryResponse | ||
request | Amazon.CodeCommit.Model.DeleteRepositoryRequest | Container for the necessary parameters to execute the DeleteRepository service method. |
return | Amazon.CodeCommit.Model.DeleteRepositoryResponse |
public DeleteRepositoryAsync ( Amazon.CodeCommit.Model.DeleteRepositoryRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.CodeCommit.Model.DeleteRepositoryRequest | Container for the necessary parameters to execute the DeleteRepository operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public EndBatchGetRepositories ( IAsyncResult asyncResult ) : Amazon.CodeCommit.Model.BatchGetRepositoriesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginBatchGetRepositories. |
return | Amazon.CodeCommit.Model.BatchGetRepositoriesResponse |
public EndCreateBranch ( IAsyncResult asyncResult ) : CreateBranchResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateBranch. |
return | CreateBranchResponse |
public EndCreateRepository ( IAsyncResult asyncResult ) : Amazon.CodeCommit.Model.CreateRepositoryResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateRepository. |
return | Amazon.CodeCommit.Model.CreateRepositoryResponse |
public EndDeleteRepository ( IAsyncResult asyncResult ) : Amazon.CodeCommit.Model.DeleteRepositoryResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteRepository. |
return | Amazon.CodeCommit.Model.DeleteRepositoryResponse |
public EndGetBranch ( IAsyncResult asyncResult ) : Amazon.CodeCommit.Model.GetBranchResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetBranch. |
return | Amazon.CodeCommit.Model.GetBranchResponse |
public EndGetCommit ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetCommit. |
return |
public EndGetRepository ( IAsyncResult asyncResult ) : Amazon.CodeCommit.Model.GetRepositoryResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetRepository. |
return | Amazon.CodeCommit.Model.GetRepositoryResponse |
public EndGetRepositoryTriggers ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetRepositoryTriggers. |
return |
public EndListBranches ( IAsyncResult asyncResult ) : Amazon.CodeCommit.Model.ListBranchesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListBranches. |
return | Amazon.CodeCommit.Model.ListBranchesResponse |
public EndListRepositories ( IAsyncResult asyncResult ) : Amazon.CodeCommit.Model.ListRepositoriesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListRepositories. |
return | Amazon.CodeCommit.Model.ListRepositoriesResponse |
public EndPutRepositoryTriggers ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginPutRepositoryTriggers. |
return |
public EndTestRepositoryTriggers ( IAsyncResult asyncResult ) : TestRepositoryTriggersResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginTestRepositoryTriggers. |
return | Amazon.CodeCommit.Model.TestRepositoryTriggersResponse |
public EndUpdateDefaultBranch ( IAsyncResult asyncResult ) : UpdateDefaultBranchResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateDefaultBranch. |
return | UpdateDefaultBranchResponse |
public EndUpdateRepositoryDescription ( IAsyncResult asyncResult ) : UpdateRepositoryDescriptionResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateRepositoryDescription. |
return | UpdateRepositoryDescriptionResponse |
public EndUpdateRepositoryName ( IAsyncResult asyncResult ) : UpdateRepositoryNameResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateRepositoryName. |
return | UpdateRepositoryNameResponse |
public GetBranch ( |
||
request | Container for the necessary parameters to execute the GetBranch service method. | |
return | Amazon.CodeCommit.Model.GetBranchResponse |
public GetBranchAsync ( |
||
request | Container for the necessary parameters to execute the GetBranch operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public GetCommit ( |
||
request | Container for the necessary parameters to execute the GetCommit service method. | |
return |
public GetCommitAsync ( |
||
request | Container for the necessary parameters to execute the GetCommit operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public GetRepository ( |
||
request | Container for the necessary parameters to execute the GetRepository service method. | |
return | Amazon.CodeCommit.Model.GetRepositoryResponse |
public GetRepositoryAsync ( |
||
request | Container for the necessary parameters to execute the GetRepository operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public GetRepositoryTriggers ( |
||
request | Container for the necessary parameters to execute the GetRepositoryTriggers service method. | |
return |
public GetRepositoryTriggersAsync ( |
||
request | Container for the necessary parameters to execute the GetRepositoryTriggers operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListBranches ( Amazon.CodeCommit.Model.ListBranchesRequest request ) : Amazon.CodeCommit.Model.ListBranchesResponse | ||
request | Amazon.CodeCommit.Model.ListBranchesRequest | Container for the necessary parameters to execute the ListBranches service method. |
return | Amazon.CodeCommit.Model.ListBranchesResponse |
public ListBranchesAsync ( Amazon.CodeCommit.Model.ListBranchesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.CodeCommit.Model.ListBranchesRequest | Container for the necessary parameters to execute the ListBranches operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListRepositories ( Amazon.CodeCommit.Model.ListRepositoriesRequest request ) : Amazon.CodeCommit.Model.ListRepositoriesResponse | ||
request | Amazon.CodeCommit.Model.ListRepositoriesRequest | Container for the necessary parameters to execute the ListRepositories service method. |
return | Amazon.CodeCommit.Model.ListRepositoriesResponse |
public ListRepositoriesAsync ( Amazon.CodeCommit.Model.ListRepositoriesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.CodeCommit.Model.ListRepositoriesRequest | Container for the necessary parameters to execute the ListRepositories operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public PutRepositoryTriggers ( |
||
request | Container for the necessary parameters to execute the PutRepositoryTriggers service method. | |
return |
public PutRepositoryTriggersAsync ( |
||
request | Container for the necessary parameters to execute the PutRepositoryTriggers operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public TestRepositoryTriggers ( TestRepositoryTriggersRequest request ) : TestRepositoryTriggersResponse | ||
request | Amazon.CodeCommit.Model.TestRepositoryTriggersRequest | Container for the necessary parameters to execute the TestRepositoryTriggers service method. |
return | Amazon.CodeCommit.Model.TestRepositoryTriggersResponse |
public TestRepositoryTriggersAsync ( TestRepositoryTriggersRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.CodeCommit.Model.TestRepositoryTriggersRequest | Container for the necessary parameters to execute the TestRepositoryTriggers operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public UpdateDefaultBranch ( |
||
request | Container for the necessary parameters to execute the UpdateDefaultBranch service method. | |
return | UpdateDefaultBranchResponse |
public UpdateDefaultBranchAsync ( |
||
request | Container for the necessary parameters to execute the UpdateDefaultBranch operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public UpdateRepositoryDescription ( |
||
request | Container for the necessary parameters to execute the UpdateRepositoryDescription service method. | |
return | UpdateRepositoryDescriptionResponse |
public UpdateRepositoryDescriptionAsync ( |
||
request | Container for the necessary parameters to execute the UpdateRepositoryDescription operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public UpdateRepositoryName ( |
||
request | Container for the necessary parameters to execute the UpdateRepositoryName service method. | |
return | UpdateRepositoryNameResponse |
public UpdateRepositoryNameAsync ( |
||
request | Container for the necessary parameters to execute the UpdateRepositoryName operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |