| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateRouteResponseResult |
AbstractAmazonApiGatewayV2.createRouteResponse(CreateRouteResponseRequest request) |
CreateRouteResponseResult |
AmazonApiGatewayV2.createRouteResponse(CreateRouteResponseRequest createRouteResponseRequest)
Creates a RouteResponse for a Route.
|
CreateRouteResponseResult |
AmazonApiGatewayV2Client.createRouteResponse(CreateRouteResponseRequest request)
Creates a RouteResponse for a Route.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRouteResponseResult> |
AmazonApiGatewayV2AsyncClient.createRouteResponseAsync(CreateRouteResponseRequest request,
AsyncHandler<CreateRouteResponseRequest,CreateRouteResponseResult> asyncHandler) |
Future<CreateRouteResponseResult> |
AmazonApiGatewayV2Async.createRouteResponseAsync(CreateRouteResponseRequest createRouteResponseRequest,
AsyncHandler<CreateRouteResponseRequest,CreateRouteResponseResult> asyncHandler)
Creates a RouteResponse for a Route.
|
Future<CreateRouteResponseResult> |
AbstractAmazonApiGatewayV2Async.createRouteResponseAsync(CreateRouteResponseRequest request,
AsyncHandler<CreateRouteResponseRequest,CreateRouteResponseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateRouteResponseResult |
CreateRouteResponseResult.addResponseModelsEntry(String key,
String value)
Add a single ResponseModels entry
|
CreateRouteResponseResult |
CreateRouteResponseResult.addResponseParametersEntry(String key,
ParameterConstraints value)
Add a single ResponseParameters entry
|
CreateRouteResponseResult |
CreateRouteResponseResult.clearResponseModelsEntries()
Removes all the entries added into ResponseModels.
|
CreateRouteResponseResult |
CreateRouteResponseResult.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.
|
CreateRouteResponseResult |
CreateRouteResponseResult.clone() |
CreateRouteResponseResult |
CreateRouteResponseResult.withModelSelectionExpression(String modelSelectionExpression)
Represents the model selection expression of a route response.
|
CreateRouteResponseResult |
CreateRouteResponseResult.withResponseModels(Map<String,String> responseModels)
Represents the response models of a route response.
|
CreateRouteResponseResult |
CreateRouteResponseResult.withResponseParameters(Map<String,ParameterConstraints> responseParameters)
Represents the response parameters of a route response.
|
CreateRouteResponseResult |
CreateRouteResponseResult.withRouteResponseId(String routeResponseId)
Represents the identifier of a route response.
|
CreateRouteResponseResult |
CreateRouteResponseResult.withRouteResponseKey(String routeResponseKey)
Represents the route response key of a route response.
|
Copyright © 2024. All rights reserved.