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]

Trait Implementations

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

Gets information about builds.

Gets information about build projects.

Creates a build project.

Deletes a build project.

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

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

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

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

Starts running a build.

Attempts to stop running a build.

Changes the settings of a build project.