[][src]Struct rusoto_cloud9::Cloud9Client

pub struct Cloud9Client { /* fields omitted */ }

A client for the AWS Cloud9 API.

Methods

impl Cloud9Client
[src]

Creates a client backed by the default tokio event loop.

The client will use the default credentials provider and tls client.

Trait Implementations

impl Cloud9 for Cloud9Client
[src]

Creates an AWS Cloud9 development environment, launches an Amazon Elastic Compute Cloud (Amazon EC2) instance, and then connects from the instance to the environment.

Adds an environment member to an AWS Cloud9 development environment.

Deletes an AWS Cloud9 development environment. If an Amazon EC2 instance is connected to the environment, also terminates the instance.

Deletes an environment member from an AWS Cloud9 development environment.

Gets information about environment members for an AWS Cloud9 development environment.

Gets status information for an AWS Cloud9 development environment.

Gets information about AWS Cloud9 development environments.

Gets a list of AWS Cloud9 development environment identifiers.

Changes the settings of an existing AWS Cloud9 development environment.

Changes the settings of an existing environment member for an AWS Cloud9 development environment.

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Mutably borrows from an owned value. Read more

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more

impl<T> Same for T

Should always be Self

impl<T> Erased for T