| Package | Description |
|---|---|
| com.amazonaws.services.apigatewaymanagementapi |
The Amazon API Gateway Management API allows you to directly manage runtime aspects of your deployed APIs.
|
| com.amazonaws.services.apigatewaymanagementapi.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PostToConnectionResult> |
AbstractAmazonApiGatewayManagementApiAsync.postToConnectionAsync(PostToConnectionRequest request,
AsyncHandler<PostToConnectionRequest,PostToConnectionResult> asyncHandler) |
Future<PostToConnectionResult> |
AmazonApiGatewayManagementApiAsyncClient.postToConnectionAsync(PostToConnectionRequest request,
AsyncHandler<PostToConnectionRequest,PostToConnectionResult> asyncHandler) |
Future<PostToConnectionResult> |
AmazonApiGatewayManagementApiAsync.postToConnectionAsync(PostToConnectionRequest postToConnectionRequest,
AsyncHandler<PostToConnectionRequest,PostToConnectionResult> asyncHandler)
Sends the provided data to the specified connection.
|
| Modifier and Type | Method and Description |
|---|---|
PostToConnectionRequest |
PostToConnectionRequest.clone() |
PostToConnectionRequest |
PostToConnectionRequest.withConnectionId(String connectionId)
The identifier of the connection that a specific client is using.
|
PostToConnectionRequest |
PostToConnectionRequest.withData(ByteBuffer data)
The data to be sent to the client specified by its connection id.
|
Copyright © 2020. All rights reserved.