Méthode | Description | |
---|---|---|
AmazonCodeBuildClient ( ) : System |
Constructs AmazonCodeBuildClient 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.
|
|
AmazonCodeBuildClient ( |
Constructs AmazonCodeBuildClient with AWS Credentials
|
|
AmazonCodeBuildClient ( |
Constructs AmazonCodeBuildClient with AWS Credentials and an AmazonCodeBuildClient Configuration object.
|
|
AmazonCodeBuildClient ( |
Constructs AmazonCodeBuildClient with AWS Credentials
|
|
AmazonCodeBuildClient ( |
Constructs AmazonCodeBuildClient 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.
|
|
AmazonCodeBuildClient ( RegionEndpoint region ) : System |
Constructs AmazonCodeBuildClient 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.
|
|
AmazonCodeBuildClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonCodeBuildClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCodeBuildClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonCodeBuildClient with AWS Access Key ID, AWS Secret Key and an AmazonCodeBuildClient Configuration object.
|
|
AmazonCodeBuildClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonCodeBuildClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCodeBuildClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonCodeBuildClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCodeBuildClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonCodeBuildClient with AWS Access Key ID, AWS Secret Key and an AmazonCodeBuildClient Configuration object.
|
|
AmazonCodeBuildClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonCodeBuildClient with AWS Access Key ID and AWS Secret Key
|
|
BatchGetBuilds ( |
Gets information about one or more builds.
|
|
BatchGetBuildsAsync ( |
Initiates the asynchronous execution of the BatchGetBuilds operation.
|
|
BatchGetProjects ( |
Gets information about one or more build projects.
|
|
BatchGetProjectsAsync ( |
Initiates the asynchronous execution of the BatchGetProjects operation.
|
|
BeginBatchGetBuilds ( |
Initiates the asynchronous execution of the BatchGetBuilds operation.
|
|
BeginBatchGetProjects ( |
Initiates the asynchronous execution of the BatchGetProjects operation.
|
|
BeginCreateProject ( |
Initiates the asynchronous execution of the CreateProject operation.
|
|
BeginDeleteProject ( |
Initiates the asynchronous execution of the DeleteProject operation.
|
|
BeginListBuilds ( |
Initiates the asynchronous execution of the ListBuilds operation.
|
|
BeginListBuildsForProject ( |
Initiates the asynchronous execution of the ListBuildsForProject operation.
|
|
BeginListCuratedEnvironmentImages ( ListCuratedEnvironmentImagesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the ListCuratedEnvironmentImages operation.
|
|
BeginListProjects ( |
Initiates the asynchronous execution of the ListProjects operation.
|
|
BeginStartBuild ( |
Initiates the asynchronous execution of the StartBuild operation.
|
|
BeginStopBuild ( |
Initiates the asynchronous execution of the StopBuild operation.
|
|
BeginUpdateProject ( |
Initiates the asynchronous execution of the UpdateProject operation.
|
|
CreateProject ( |
Creates a build project.
|
|
CreateProjectAsync ( |
Initiates the asynchronous execution of the CreateProject operation.
|
|
DeleteProject ( |
Deletes a build project.
|
|
DeleteProjectAsync ( |
Initiates the asynchronous execution of the DeleteProject operation.
|
|
EndBatchGetBuilds ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the BatchGetBuilds operation.
|
|
EndBatchGetProjects ( IAsyncResult asyncResult ) : BatchGetProjectsResponse |
Finishes the asynchronous execution of the BatchGetProjects operation.
|
|
EndCreateProject ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CreateProject operation.
|
|
EndDeleteProject ( IAsyncResult asyncResult ) : DeleteProjectResponse |
Finishes the asynchronous execution of the DeleteProject operation.
|
|
EndListBuilds ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListBuilds operation.
|
|
EndListBuildsForProject ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListBuildsForProject operation.
|
|
EndListCuratedEnvironmentImages ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListCuratedEnvironmentImages operation.
|
|
EndListProjects ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListProjects operation.
|
|
EndStartBuild ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the StartBuild operation.
|
|
EndStopBuild ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the StopBuild operation.
|
|
EndUpdateProject ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the UpdateProject operation.
|
|
ListBuilds ( |
Gets a list of build IDs, with each build ID representing a single build.
|
|
ListBuildsAsync ( |
Initiates the asynchronous execution of the ListBuilds operation.
|
|
ListBuildsForProject ( |
Gets a list of build IDs for the specified build project, with each build ID representing a single build.
|
|
ListBuildsForProjectAsync ( |
Initiates the asynchronous execution of the ListBuildsForProject operation.
|
|
ListCuratedEnvironmentImages ( ListCuratedEnvironmentImagesRequest request ) : |
Gets information about Docker images that are managed by AWS CodeBuild.
|
|
ListCuratedEnvironmentImagesAsync ( ListCuratedEnvironmentImagesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the ListCuratedEnvironmentImages operation.
|
|
ListProjects ( |
Gets a list of build project names, with each build project name representing a single build project.
|
|
ListProjectsAsync ( |
Initiates the asynchronous execution of the ListProjects operation.
|
|
StartBuild ( |
Starts running a build.
|
|
StartBuildAsync ( |
Initiates the asynchronous execution of the StartBuild operation.
|
|
StopBuild ( |
Attempts to stop running a build. Completed builds cannot be stopped.
|
|
StopBuildAsync ( |
Initiates the asynchronous execution of the StopBuild operation.
|
|
UpdateProject ( |
Changes the settings of an existing build project.
|
|
UpdateProjectAsync ( |
Initiates the asynchronous execution of the UpdateProject operation.
|
Méthode | Description | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AmazonCodeBuildClient ( |
||
credentials | AWS Credentials | |
Résultat | System |
public AmazonCodeBuildClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonCodeBuildClient Configuration Object | |
Résultat | System |
public AmazonCodeBuildClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
Résultat | System |
public AmazonCodeBuildClient ( |
||
config | The AmazonCodeBuildClient Configuration Object | |
Résultat | System |
public AmazonCodeBuildClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
Résultat | System |
public AmazonCodeBuildClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
Résultat | System |
public AmazonCodeBuildClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonCodeBuildClient Configuration Object | |
Résultat | System |
public AmazonCodeBuildClient ( 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. |
Résultat | System |
public AmazonCodeBuildClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
Résultat | System |
public AmazonCodeBuildClient ( 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 AmazonCodeBuildClient Configuration Object | |
Résultat | System |
public AmazonCodeBuildClient ( 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. |
Résultat | System |
public BatchGetBuilds ( |
||
request | Container for the necessary parameters to execute the BatchGetBuilds service method. | |
Résultat |
public BatchGetBuildsAsync ( |
||
request | Container for the necessary parameters to execute the BatchGetBuilds operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public BatchGetProjects ( |
||
request | Container for the necessary parameters to execute the BatchGetProjects service method. | |
Résultat | BatchGetProjectsResponse |
public BatchGetProjectsAsync ( |
||
request | Container for the necessary parameters to execute the BatchGetProjects operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public BeginBatchGetBuilds ( |
||
request | Container for the necessary parameters to execute the BatchGetBuilds operation on AmazonCodeBuildClient. | |
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. |
Résultat | IAsyncResult |
public BeginBatchGetProjects ( |
||
request | Container for the necessary parameters to execute the BatchGetProjects operation on AmazonCodeBuildClient. | |
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. |
Résultat | IAsyncResult |
public BeginCreateProject ( |
||
request | Container for the necessary parameters to execute the CreateProject operation on AmazonCodeBuildClient. | |
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. |
Résultat | IAsyncResult |
public BeginDeleteProject ( |
||
request | Container for the necessary parameters to execute the DeleteProject operation on AmazonCodeBuildClient. | |
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. |
Résultat | IAsyncResult |
public BeginListBuilds ( |
||
request | Container for the necessary parameters to execute the ListBuilds operation on AmazonCodeBuildClient. | |
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. |
Résultat | IAsyncResult |
public BeginListBuildsForProject ( |
||
request | Container for the necessary parameters to execute the ListBuildsForProject operation on AmazonCodeBuildClient. | |
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. |
Résultat | IAsyncResult |
public BeginListCuratedEnvironmentImages ( ListCuratedEnvironmentImagesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | ListCuratedEnvironmentImagesRequest | Container for the necessary parameters to execute the ListCuratedEnvironmentImages operation on AmazonCodeBuildClient. |
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. |
Résultat | IAsyncResult |
public BeginListProjects ( |
||
request | Container for the necessary parameters to execute the ListProjects operation on AmazonCodeBuildClient. | |
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. |
Résultat | IAsyncResult |
public BeginStartBuild ( |
||
request | Container for the necessary parameters to execute the StartBuild operation on AmazonCodeBuildClient. | |
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. |
Résultat | IAsyncResult |
public BeginStopBuild ( |
||
request | Container for the necessary parameters to execute the StopBuild operation on AmazonCodeBuildClient. | |
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. |
Résultat | IAsyncResult |
public BeginUpdateProject ( |
||
request | Container for the necessary parameters to execute the UpdateProject operation on AmazonCodeBuildClient. | |
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. |
Résultat | IAsyncResult |
public CreateProject ( |
||
request | Container for the necessary parameters to execute the CreateProject service method. | |
Résultat |
public CreateProjectAsync ( |
||
request | Container for the necessary parameters to execute the CreateProject operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
protected CreateSigner ( ) : |
||
Résultat |
public DeleteProject ( |
||
request | Container for the necessary parameters to execute the DeleteProject service method. | |
Résultat | DeleteProjectResponse |
public DeleteProjectAsync ( |
||
request | Container for the necessary parameters to execute the DeleteProject operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public EndBatchGetBuilds ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginBatchGetBuilds. |
Résultat |
public EndBatchGetProjects ( IAsyncResult asyncResult ) : BatchGetProjectsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginBatchGetProjects. |
Résultat | BatchGetProjectsResponse |
public EndCreateProject ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateProject. |
Résultat |
public EndDeleteProject ( IAsyncResult asyncResult ) : DeleteProjectResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteProject. |
Résultat | DeleteProjectResponse |
public EndListBuilds ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListBuilds. |
Résultat |
public EndListBuildsForProject ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListBuildsForProject. |
Résultat |
public EndListCuratedEnvironmentImages ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListCuratedEnvironmentImages. |
Résultat |
public EndListProjects ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListProjects. |
Résultat |
public EndStartBuild ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginStartBuild. |
Résultat |
public EndStopBuild ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginStopBuild. |
Résultat |
public EndUpdateProject ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateProject. |
Résultat |
public ListBuilds ( |
||
request | Container for the necessary parameters to execute the ListBuilds service method. | |
Résultat |
public ListBuildsAsync ( |
||
request | Container for the necessary parameters to execute the ListBuilds operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public ListBuildsForProject ( |
||
request | Container for the necessary parameters to execute the ListBuildsForProject service method. | |
Résultat |
public ListBuildsForProjectAsync ( |
||
request | Container for the necessary parameters to execute the ListBuildsForProject operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public ListCuratedEnvironmentImages ( ListCuratedEnvironmentImagesRequest request ) : |
||
request | ListCuratedEnvironmentImagesRequest | Container for the necessary parameters to execute the ListCuratedEnvironmentImages service method. |
Résultat |
public ListCuratedEnvironmentImagesAsync ( ListCuratedEnvironmentImagesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | ListCuratedEnvironmentImagesRequest | Container for the necessary parameters to execute the ListCuratedEnvironmentImages operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public ListProjects ( |
||
request | Container for the necessary parameters to execute the ListProjects service method. | |
Résultat |
public ListProjectsAsync ( |
||
request | Container for the necessary parameters to execute the ListProjects operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public StartBuild ( |
||
request | Container for the necessary parameters to execute the StartBuild service method. | |
Résultat |
public StartBuildAsync ( |
||
request | Container for the necessary parameters to execute the StartBuild operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public StopBuild ( |
||
request | Container for the necessary parameters to execute the StopBuild service method. | |
Résultat |
public StopBuildAsync ( |
||
request | Container for the necessary parameters to execute the StopBuild operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |
public UpdateProject ( |
||
request | Container for the necessary parameters to execute the UpdateProject service method. | |
Résultat |
public UpdateProjectAsync ( |
||
request | Container for the necessary parameters to execute the UpdateProject operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Résultat | Task |