| 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 |
|---|---|
PostToConnectionResult |
AbstractAmazonApiGatewayManagementApi.postToConnection(PostToConnectionRequest request) |
PostToConnectionResult |
AmazonApiGatewayManagementApiClient.postToConnection(PostToConnectionRequest request)
Sends the provided data to the specified connection.
|
PostToConnectionResult |
AmazonApiGatewayManagementApi.postToConnection(PostToConnectionRequest postToConnectionRequest)
Sends the provided data to the specified connection.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PostToConnectionResult> |
AmazonApiGatewayManagementApiAsyncClient.postToConnectionAsync(PostToConnectionRequest request,
AsyncHandler<PostToConnectionRequest,PostToConnectionResult> asyncHandler) |
Future<PostToConnectionResult> |
AbstractAmazonApiGatewayManagementApiAsync.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 |
|---|---|
PostToConnectionResult |
PostToConnectionResult.clone() |
Copyright © 2022. All rights reserved.