| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewaymanagementapi |
The Amazon API Gateway Management API allows you to directly manage runtime aspects of your deployed APIs.
|
| Modifier and Type | Method and Description |
|---|---|
default PostToConnectionResponse |
ApiGatewayManagementApiClient.postToConnection(Consumer<PostToConnectionRequest.Builder> postToConnectionRequest)
Sends the provided data to the specified connection.
|
default PostToConnectionResponse |
ApiGatewayManagementApiClient.postToConnection(PostToConnectionRequest postToConnectionRequest)
Sends the provided data to the specified connection.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PostToConnectionResponse> |
ApiGatewayManagementApiAsyncClient.postToConnection(Consumer<PostToConnectionRequest.Builder> postToConnectionRequest)
Sends the provided data to the specified connection.
|
default CompletableFuture<PostToConnectionResponse> |
ApiGatewayManagementApiAsyncClient.postToConnection(PostToConnectionRequest postToConnectionRequest)
Sends the provided data to the specified connection.
|
Copyright © 2023. All rights reserved.