| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
RouteResponse |
RouteResponse.addResponseModelsEntry(String key,
String value) |
RouteResponse |
RouteResponse.addResponseParametersEntry(String key,
ParameterConstraints value) |
RouteResponse |
RouteResponse.clearResponseModelsEntries()
Removes all the entries added into ResponseModels.
|
RouteResponse |
RouteResponse.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.
|
RouteResponse |
RouteResponse.clone() |
RouteResponse |
RouteResponse.withModelSelectionExpression(String modelSelectionExpression)
Represents the model selection expression of a route response.
|
RouteResponse |
RouteResponse.withResponseModels(Map<String,String> responseModels)
Represents the response models of a route response.
|
RouteResponse |
RouteResponse.withResponseParameters(Map<String,ParameterConstraints> responseParameters)
Represents the response parameters of a route response.
|
RouteResponse |
RouteResponse.withRouteResponseId(String routeResponseId)
Represents the identifier of a route response.
|
RouteResponse |
RouteResponse.withRouteResponseKey(String routeResponseKey)
Represents the route response key of a route response.
|
| Modifier and Type | Method and Description |
|---|---|
List<RouteResponse> |
GetRouteResponsesResult.getItems()
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetRouteResponsesResult |
GetRouteResponsesResult.withItems(RouteResponse... items)
The elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRouteResponsesResult.setItems(Collection<RouteResponse> items)
The elements from this collection.
|
GetRouteResponsesResult |
GetRouteResponsesResult.withItems(Collection<RouteResponse> items)
The elements from this collection.
|
Copyright © 2019. All rights reserved.