[][src]Struct rusoto_mq::MQClient

pub struct MQClient { /* fields omitted */ }

A client for the AmazonMQ API.

Methods

impl MQClient
[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 MQ for MQClient
[src]

Creates a broker. Note: This API is asynchronous.

Creates a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and version).

Creates an ActiveMQ user.

Deletes a broker. Note: This API is asynchronous.

Deletes an ActiveMQ user.

Returns information about the specified broker.

Returns information about the specified configuration.

Returns the specified configuration revision for the specified configuration.

Returns information about an ActiveMQ user.

Returns a list of all brokers.

Returns a list of all revisions for the specified configuration.

Returns a list of all configurations.

Returns a list of all ActiveMQ users.

Reboots a broker. Note: This API is asynchronous.

Adds a pending configuration change to a broker.

Updates the specified configuration.

Updates the information for an ActiveMQ user.

Auto Trait Implementations

impl Send for MQClient

impl Sync for MQClient

Blanket Implementations

impl<T> From for T
[src]

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

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.

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

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.

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

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

impl<T> Same for T

Should always be Self

impl<T> Erased for T