| 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 PostToConnectionResponse |
ApiGatewayManagementApiClient.postToConnection(Consumer<PostToConnectionRequest.Builder> postToConnectionRequest)
Sends the provided data to the specified connection.
|
default CompletableFuture<PostToConnectionResponse> |
ApiGatewayManagementApiAsyncClient.postToConnection(Consumer<PostToConnectionRequest.Builder> postToConnectionRequest)
Sends the provided data to the specified connection.
|
| Modifier and Type | Method and Description |
|---|---|
static PostToConnectionRequest.Builder |
PostToConnectionRequest.builder() |
PostToConnectionRequest.Builder |
PostToConnectionRequest.Builder.connectionId(String connectionId)
The identifier of the connection that a specific client is using.
|
PostToConnectionRequest.Builder |
PostToConnectionRequest.Builder.data(SdkBytes data)
The data to be sent to the client specified by its connection id.
|
PostToConnectionRequest.Builder |
PostToConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PostToConnectionRequest.Builder |
PostToConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PostToConnectionRequest.Builder |
PostToConnectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PostToConnectionRequest.Builder> |
PostToConnectionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.