@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_PREFIXdeleteConnection, getCachedResponseMetadata, getConnection, postToConnection, shutdownequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteConnection, getCachedResponseMetadata, getConnection, postToConnection, shutdownpublic Future<DeleteConnectionResult> deleteConnectionAsync(DeleteConnectionRequest request)
AmazonApiGatewayManagementApiAsyncDelete the connection with the provided id.
deleteConnectionAsync in interface AmazonApiGatewayManagementApiAsyncpublic Future<DeleteConnectionResult> deleteConnectionAsync(DeleteConnectionRequest request, AsyncHandler<DeleteConnectionRequest,DeleteConnectionResult> asyncHandler)
AmazonApiGatewayManagementApiAsyncDelete the connection with the provided id.
deleteConnectionAsync 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.public Future<GetConnectionResult> getConnectionAsync(GetConnectionRequest request)
AmazonApiGatewayManagementApiAsyncGet information about the connection with the provided id.
getConnectionAsync in interface AmazonApiGatewayManagementApiAsyncpublic Future<GetConnectionResult> getConnectionAsync(GetConnectionRequest request, AsyncHandler<GetConnectionRequest,GetConnectionResult> asyncHandler)
AmazonApiGatewayManagementApiAsyncGet information about the connection with the provided id.
getConnectionAsync 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.public 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.