Uses of Class
software.amazon.awssdk.services.apigatewaymanagementapi.model.PostToConnectionResponse
-
Packages that use PostToConnectionResponse Package Description software.amazon.awssdk.services.apigatewaymanagementapi The Amazon API Gateway Management API allows you to directly manage runtime aspects of your deployed APIs. -
-
Uses of PostToConnectionResponse in software.amazon.awssdk.services.apigatewaymanagementapi
Methods in software.amazon.awssdk.services.apigatewaymanagementapi that return PostToConnectionResponse Modifier and Type Method Description 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.Methods in software.amazon.awssdk.services.apigatewaymanagementapi that return types with arguments of type PostToConnectionResponse Modifier and Type Method 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.
-