Uses of Class
software.amazon.awssdk.services.apigatewaymanagementapi.model.PostToConnectionRequest
-
Packages that use PostToConnectionRequest 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.transform -
-
Uses of PostToConnectionRequest in software.amazon.awssdk.services.apigatewaymanagementapi
Methods in software.amazon.awssdk.services.apigatewaymanagementapi with parameters of type PostToConnectionRequest Modifier and Type Method Description default CompletableFuture<PostToConnectionResponse>ApiGatewayManagementApiAsyncClient. postToConnection(PostToConnectionRequest postToConnectionRequest)Sends the provided data to the specified connection.default PostToConnectionResponseApiGatewayManagementApiClient. postToConnection(PostToConnectionRequest postToConnectionRequest)Sends the provided data to the specified connection. -
Uses of PostToConnectionRequest in software.amazon.awssdk.services.apigatewaymanagementapi.transform
Methods in software.amazon.awssdk.services.apigatewaymanagementapi.transform with parameters of type PostToConnectionRequest Modifier and Type Method Description SdkHttpFullRequestPostToConnectionRequestMarshaller. marshall(PostToConnectionRequest postToConnectionRequest)
-