Struct rusoto_codebuild::CodeBuildClient [] [src]

pub struct CodeBuildClient<P, D> where
    P: ProvideAwsCredentials,
    D: DispatchSignedRequest
{ /* fields omitted */ }

A client for the AWS CodeBuild API.

Methods

impl<P, D> CodeBuildClient<P, D> where
    P: ProvideAwsCredentials,
    D: DispatchSignedRequest
[src]

[src]

Trait Implementations

impl<P, D> CodeBuild for CodeBuildClient<P, D> where
    P: ProvideAwsCredentials,
    D: DispatchSignedRequest
[src]

[src]

Gets information about builds.

[src]

Gets information about build projects.

[src]

Creates a build project.

[src]

Deletes a build project.

[src]

Gets a list of build IDs, with each build ID representing a single build.

[src]

Gets a list of build IDs for the specified build project, with each build ID representing a single build.

[src]

Gets information about Docker images that are managed by AWS CodeBuild.

[src]

Gets a list of build project names, with each build project name representing a single build project.

[src]

Starts running a build.

[src]

Attempts to stop running a build.

[src]

Changes the settings of a build project.