Uses of Interface
software.amazon.awssdk.services.apigatewaymanagementapi.model.PostToConnectionRequest.Builder
-
Packages that use PostToConnectionRequest.Builder 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 PostToConnectionRequest.Builder in software.amazon.awssdk.services.apigatewaymanagementapi
Method parameters in software.amazon.awssdk.services.apigatewaymanagementapi with type arguments of type PostToConnectionRequest.Builder Modifier and Type Method Description default CompletableFuture<PostToConnectionResponse>ApiGatewayManagementApiAsyncClient. postToConnection(Consumer<PostToConnectionRequest.Builder> postToConnectionRequest)Sends the provided data to the specified connection.default PostToConnectionResponseApiGatewayManagementApiClient. postToConnection(Consumer<PostToConnectionRequest.Builder> postToConnectionRequest)Sends the provided data to the specified connection. -
Uses of PostToConnectionRequest.Builder in software.amazon.awssdk.services.apigatewaymanagementapi.model
Methods in software.amazon.awssdk.services.apigatewaymanagementapi.model that return PostToConnectionRequest.Builder Modifier and Type Method Description static PostToConnectionRequest.BuilderPostToConnectionRequest. builder()PostToConnectionRequest.BuilderPostToConnectionRequest.Builder. connectionId(String connectionId)The identifier of the connection that a specific client is using.PostToConnectionRequest.BuilderPostToConnectionRequest.Builder. data(SdkBytes data)The data to be sent to the client specified by its connection id.PostToConnectionRequest.BuilderPostToConnectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PostToConnectionRequest.BuilderPostToConnectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PostToConnectionRequest.BuilderPostToConnectionRequest. toBuilder()Methods in software.amazon.awssdk.services.apigatewaymanagementapi.model that return types with arguments of type PostToConnectionRequest.Builder Modifier and Type Method Description static Class<? extends PostToConnectionRequest.Builder>PostToConnectionRequest. serializableBuilderClass()
-