| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetGatewayResponseResult |
AbstractAmazonApiGateway.getGatewayResponse(GetGatewayResponseRequest request) |
GetGatewayResponseResult |
AmazonApiGateway.getGatewayResponse(GetGatewayResponseRequest getGatewayResponseRequest)
Gets a GatewayResponse of a specified response type on the given RestApi.
|
GetGatewayResponseResult |
AmazonApiGatewayClient.getGatewayResponse(GetGatewayResponseRequest request)
Gets a GatewayResponse of a specified response type on the given RestApi.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetGatewayResponseResult> |
AmazonApiGatewayAsync.getGatewayResponseAsync(GetGatewayResponseRequest getGatewayResponseRequest,
AsyncHandler<GetGatewayResponseRequest,GetGatewayResponseResult> asyncHandler)
Gets a GatewayResponse of a specified response type on the given RestApi.
|
Future<GetGatewayResponseResult> |
AmazonApiGatewayAsyncClient.getGatewayResponseAsync(GetGatewayResponseRequest request,
AsyncHandler<GetGatewayResponseRequest,GetGatewayResponseResult> asyncHandler) |
Future<GetGatewayResponseResult> |
AbstractAmazonApiGatewayAsync.getGatewayResponseAsync(GetGatewayResponseRequest request,
AsyncHandler<GetGatewayResponseRequest,GetGatewayResponseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetGatewayResponseResult |
GetGatewayResponseResult.addResponseParametersEntry(String key,
String value)
Add a single ResponseParameters entry
|
GetGatewayResponseResult |
GetGatewayResponseResult.addResponseTemplatesEntry(String key,
String value)
Add a single ResponseTemplates entry
|
GetGatewayResponseResult |
GetGatewayResponseResult.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.
|
GetGatewayResponseResult |
GetGatewayResponseResult.clearResponseTemplatesEntries()
Removes all the entries added into ResponseTemplates.
|
GetGatewayResponseResult |
GetGatewayResponseResult.clone() |
GetGatewayResponseResult |
GetGatewayResponseResult.withDefaultResponse(Boolean defaultResponse)
A Boolean flag to indicate whether this GatewayResponse is the default gateway response (
true
) or not (false). |
GetGatewayResponseResult |
GetGatewayResponseResult.withResponseParameters(Map<String,String> responseParameters)
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of
key-value pairs.
|
GetGatewayResponseResult |
GetGatewayResponseResult.withResponseTemplates(Map<String,String> responseTemplates)
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
|
GetGatewayResponseResult |
GetGatewayResponseResult.withResponseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
GetGatewayResponseResult |
GetGatewayResponseResult.withResponseType(String responseType)
The response type of the associated GatewayResponse.
|
GetGatewayResponseResult |
GetGatewayResponseResult.withStatusCode(String statusCode)
The HTTP status code for this GatewayResponse.
|
Copyright © 2021. All rights reserved.