[][src]Trait rusoto_apigatewaymanagementapi::ApiGatewayManagementApi

pub trait ApiGatewayManagementApi {
    fn post_to_connection(
        &self,
        input: PostToConnectionRequest
    ) -> RusotoFuture<(), PostToConnectionError>; }

Trait representing the capabilities of the AmazonApiGatewayManagementApi API. AmazonApiGatewayManagementApi clients implement this trait.

Required methods

fn post_to_connection(
    &self,
    input: PostToConnectionRequest
) -> RusotoFuture<(), PostToConnectionError>

Sends the provided data to the specified connection.

Loading content...

Implementors

impl ApiGatewayManagementApi for ApiGatewayManagementApiClient[src]

fn post_to_connection(
    &self,
    input: PostToConnectionRequest
) -> RusotoFuture<(), PostToConnectionError>
[src]

Sends the provided data to the specified connection.

Loading content...