| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewaymanagementapi |
The Amazon API Gateway Management API allows you to directly manage runtime aspects of your deployed APIs.
|
| Modifier and Type | Method and Description |
|---|---|
default GetConnectionResponse |
ApiGatewayManagementApiClient.getConnection(Consumer<GetConnectionRequest.Builder> getConnectionRequest)
Get information about the connection with the provided id.
|
default GetConnectionResponse |
ApiGatewayManagementApiClient.getConnection(GetConnectionRequest getConnectionRequest)
Get information about the connection with the provided id.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetConnectionResponse> |
ApiGatewayManagementApiAsyncClient.getConnection(Consumer<GetConnectionRequest.Builder> getConnectionRequest)
Get information about the connection with the provided id.
|
default CompletableFuture<GetConnectionResponse> |
ApiGatewayManagementApiAsyncClient.getConnection(GetConnectionRequest getConnectionRequest)
Get information about the connection with the provided id.
|
Copyright © 2023. All rights reserved.