| 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 DeleteConnectionResponse |
ApiGatewayManagementApiClient.deleteConnection(Consumer<DeleteConnectionRequest.Builder> deleteConnectionRequest)
Delete the connection with the provided id.
|
default DeleteConnectionResponse |
ApiGatewayManagementApiClient.deleteConnection(DeleteConnectionRequest deleteConnectionRequest)
Delete the connection with the provided id.
|
default GetConnectionResponse |
ApiGatewayManagementApiClient.getConnection(Consumer<GetConnectionRequest.Builder> getConnectionRequest)
Get information about the connection with the provided id.
|
default GetConnectionResponse |
ApiGatewayManagementApiClient.getConnection(GetConnectionRequest getConnectionRequest)
Get information about the connection with the provided id.
|
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.
|
Copyright © 2023. All rights reserved.