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.
|