Uses of Class
software.amazon.awssdk.services.apigatewaymanagementapi.model.ApiGatewayManagementApiException
-
Packages that use ApiGatewayManagementApiException 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 -
-
Uses of ApiGatewayManagementApiException in software.amazon.awssdk.services.apigatewaymanagementapi
Methods in software.amazon.awssdk.services.apigatewaymanagementapi that throw ApiGatewayManagementApiException Modifier and Type Method Description default DeleteConnectionResponseApiGatewayManagementApiClient. deleteConnection(Consumer<DeleteConnectionRequest.Builder> deleteConnectionRequest)Delete the connection with the provided id.default DeleteConnectionResponseApiGatewayManagementApiClient. deleteConnection(DeleteConnectionRequest deleteConnectionRequest)Delete the connection with the provided id.default GetConnectionResponseApiGatewayManagementApiClient. getConnection(Consumer<GetConnectionRequest.Builder> getConnectionRequest)Get information about the connection with the provided id.default GetConnectionResponseApiGatewayManagementApiClient. getConnection(GetConnectionRequest getConnectionRequest)Get information about the connection with the provided id.default PostToConnectionResponseApiGatewayManagementApiClient. postToConnection(Consumer<PostToConnectionRequest.Builder> postToConnectionRequest)Sends the provided data to the specified connection.default PostToConnectionResponseApiGatewayManagementApiClient. postToConnection(PostToConnectionRequest postToConnectionRequest)Sends the provided data to the specified connection. -
Uses of ApiGatewayManagementApiException in software.amazon.awssdk.services.apigatewaymanagementapi.model
Subclasses of ApiGatewayManagementApiException in software.amazon.awssdk.services.apigatewaymanagementapi.model Modifier and Type Class Description classForbiddenExceptionThe caller is not authorized to invoke this operation.classGoneExceptionThe connection with the provided id no longer exists.classLimitExceededExceptionThe client is sending more than the allowed number of requests per unit of time or the WebSocket client side buffer is full.classPayloadTooLargeExceptionThe data has exceeded the maximum size allowed.Methods in software.amazon.awssdk.services.apigatewaymanagementapi.model that return ApiGatewayManagementApiException Modifier and Type Method Description ApiGatewayManagementApiExceptionApiGatewayManagementApiException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.apigatewaymanagementapi.model with parameters of type ApiGatewayManagementApiException Constructor Description BuilderImpl(ApiGatewayManagementApiException ex)
-