| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewaymanagementapi |
The Amazon API Gateway Management API allows you to directly manage runtime aspects of your deployed APIs.
|
| software.amazon.awssdk.services.apigatewaymanagementapi.model |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ForbiddenException
The caller is not authorized to invoke this operation.
|
class |
GoneException
The connection with the provided id no longer exists.
|
class |
LimitExceededException
The client is sending more than the allowed number of requests per unit of time or the WebSocket client side buffer
is full.
|
class |
PayloadTooLargeException
The data has exceeded the maximum size allowed.
|
| Modifier and Type | Method and Description |
|---|---|
ApiGatewayManagementApiException |
ApiGatewayManagementApiException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(ApiGatewayManagementApiException ex) |
Copyright © 2023. All rights reserved.