[−][src]Trait rusoto_apigatewaymanagementapi::ApiGatewayManagementApi
Trait representing the capabilities of the AmazonApiGatewayManagementApi API. AmazonApiGatewayManagementApi clients implement this trait.
Required methods
fn post_to_connection(
&self,
input: PostToConnectionRequest
) -> RusotoFuture<(), PostToConnectionError>
&self,
input: PostToConnectionRequest
) -> RusotoFuture<(), PostToConnectionError>
Sends the provided data to the specified connection.
Implementors
impl ApiGatewayManagementApi for ApiGatewayManagementApiClient
[src]
fn post_to_connection(
&self,
input: PostToConnectionRequest
) -> RusotoFuture<(), PostToConnectionError>
[src]
&self,
input: PostToConnectionRequest
) -> RusotoFuture<(), PostToConnectionError>
Sends the provided data to the specified connection.