| Package | Description |
|---|---|
| com.amazonaws.services.apigatewaymanagementapi |
The Amazon API Gateway Management API allows you to directly manage runtime aspects of your deployed APIs.
|
| com.amazonaws.services.apigatewaymanagementapi.model |
| Modifier and Type | Method and Description |
|---|---|
GetConnectionResult |
AmazonApiGatewayManagementApiClient.getConnection(GetConnectionRequest request)
Get information about the connection with the provided id.
|
GetConnectionResult |
AbstractAmazonApiGatewayManagementApi.getConnection(GetConnectionRequest request) |
GetConnectionResult |
AmazonApiGatewayManagementApi.getConnection(GetConnectionRequest getConnectionRequest)
Get information about the connection with the provided id.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetConnectionResult> |
AmazonApiGatewayManagementApiAsyncClient.getConnectionAsync(GetConnectionRequest request) |
Future<GetConnectionResult> |
AmazonApiGatewayManagementApiAsync.getConnectionAsync(GetConnectionRequest getConnectionRequest)
Get information about the connection with the provided id.
|
Future<GetConnectionResult> |
AbstractAmazonApiGatewayManagementApiAsync.getConnectionAsync(GetConnectionRequest request) |
Future<GetConnectionResult> |
AmazonApiGatewayManagementApiAsyncClient.getConnectionAsync(GetConnectionRequest request,
AsyncHandler<GetConnectionRequest,GetConnectionResult> asyncHandler) |
Future<GetConnectionResult> |
AmazonApiGatewayManagementApiAsync.getConnectionAsync(GetConnectionRequest getConnectionRequest,
AsyncHandler<GetConnectionRequest,GetConnectionResult> asyncHandler)
Get information about the connection with the provided id.
|
Future<GetConnectionResult> |
AbstractAmazonApiGatewayManagementApiAsync.getConnectionAsync(GetConnectionRequest request,
AsyncHandler<GetConnectionRequest,GetConnectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetConnectionResult> |
AmazonApiGatewayManagementApiAsyncClient.getConnectionAsync(GetConnectionRequest request,
AsyncHandler<GetConnectionRequest,GetConnectionResult> asyncHandler) |
Future<GetConnectionResult> |
AmazonApiGatewayManagementApiAsync.getConnectionAsync(GetConnectionRequest getConnectionRequest,
AsyncHandler<GetConnectionRequest,GetConnectionResult> asyncHandler)
Get information about the connection with the provided id.
|
Future<GetConnectionResult> |
AbstractAmazonApiGatewayManagementApiAsync.getConnectionAsync(GetConnectionRequest request,
AsyncHandler<GetConnectionRequest,GetConnectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetConnectionResult |
GetConnectionResult.clone() |
GetConnectionResult |
GetConnectionResult.withConnectedAt(Date connectedAt)
The time in ISO 8601 format for when the connection was established.
|
GetConnectionResult |
GetConnectionResult.withIdentity(Identity identity) |
GetConnectionResult |
GetConnectionResult.withLastActiveAt(Date lastActiveAt)
The time in ISO 8601 format for when the connection was last active.
|
Copyright © 2022. All rights reserved.