@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonApiGatewayManagementApiAsync extends AbstractAmazonApiGatewayManagementApi implements AmazonApiGatewayManagementApiAsync
AmazonApiGatewayManagementApiAsync. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
Future<PostToConnectionResult> |
postToConnectionAsync(PostToConnectionRequest request)
Sends the provided data to the specified connection.
|
Future<PostToConnectionResult> |
postToConnectionAsync(PostToConnectionRequest request,
AsyncHandler<PostToConnectionRequest,PostToConnectionResult> asyncHandler)
Sends the provided data to the specified connection.
|
getCachedResponseMetadata, postToConnection, shutdownequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCachedResponseMetadata, postToConnection, shutdownpublic Future<PostToConnectionResult> postToConnectionAsync(PostToConnectionRequest request)
AmazonApiGatewayManagementApiAsyncSends the provided data to the specified connection.
postToConnectionAsync in interface AmazonApiGatewayManagementApiAsyncpublic Future<PostToConnectionResult> postToConnectionAsync(PostToConnectionRequest request, AsyncHandler<PostToConnectionRequest,PostToConnectionResult> asyncHandler)
AmazonApiGatewayManagementApiAsyncSends the provided data to the specified connection.
postToConnectionAsync in interface AmazonApiGatewayManagementApiAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.