| 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 GetConnectionResponse |
ApiGatewayManagementApiClient.getConnection(Consumer<GetConnectionRequest.Builder> getConnectionRequest)
Get information about the connection with the provided id.
|
default CompletableFuture<GetConnectionResponse> |
ApiGatewayManagementApiAsyncClient.getConnection(Consumer<GetConnectionRequest.Builder> getConnectionRequest)
Get information about the connection with the provided id.
|
| Modifier and Type | Method and Description |
|---|---|
static GetConnectionRequest.Builder |
GetConnectionRequest.builder() |
GetConnectionRequest.Builder |
GetConnectionRequest.Builder.connectionId(String connectionId)
Sets the value of the ConnectionId property for this object.
|
GetConnectionRequest.Builder |
GetConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetConnectionRequest.Builder |
GetConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetConnectionRequest.Builder |
GetConnectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetConnectionRequest.Builder> |
GetConnectionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.