Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
PutGatewayResponseResult |
AbstractAmazonApiGateway.putGatewayResponse(PutGatewayResponseRequest request) |
PutGatewayResponseResult |
AmazonApiGateway.putGatewayResponse(PutGatewayResponseRequest putGatewayResponseRequest)
Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
|
PutGatewayResponseResult |
AmazonApiGatewayClient.putGatewayResponse(PutGatewayResponseRequest request)
Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
|
Modifier and Type | Method and Description |
---|---|
Future<PutGatewayResponseResult> |
AbstractAmazonApiGatewayAsync.putGatewayResponseAsync(PutGatewayResponseRequest request,
AsyncHandler<PutGatewayResponseRequest,PutGatewayResponseResult> asyncHandler) |
Future<PutGatewayResponseResult> |
AmazonApiGatewayAsyncClient.putGatewayResponseAsync(PutGatewayResponseRequest request,
AsyncHandler<PutGatewayResponseRequest,PutGatewayResponseResult> asyncHandler) |
Future<PutGatewayResponseResult> |
AmazonApiGatewayAsync.putGatewayResponseAsync(PutGatewayResponseRequest putGatewayResponseRequest,
AsyncHandler<PutGatewayResponseRequest,PutGatewayResponseResult> asyncHandler)
Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
|
Modifier and Type | Method and Description |
---|---|
PutGatewayResponseResult |
PutGatewayResponseResult.addResponseParametersEntry(String key,
String value)
Add a single ResponseParameters entry
|
PutGatewayResponseResult |
PutGatewayResponseResult.addResponseTemplatesEntry(String key,
String value)
Add a single ResponseTemplates entry
|
PutGatewayResponseResult |
PutGatewayResponseResult.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.
|
PutGatewayResponseResult |
PutGatewayResponseResult.clearResponseTemplatesEntries()
Removes all the entries added into ResponseTemplates.
|
PutGatewayResponseResult |
PutGatewayResponseResult.clone() |
PutGatewayResponseResult |
PutGatewayResponseResult.withDefaultResponse(Boolean defaultResponse)
A Boolean flag to indicate whether this GatewayResponse is the default gateway response (
true ) or
not (false ). |
PutGatewayResponseResult |
PutGatewayResponseResult.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.
|
PutGatewayResponseResult |
PutGatewayResponseResult.withResponseTemplates(Map<String,String> responseTemplates)
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
|
PutGatewayResponseResult |
PutGatewayResponseResult.withResponseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
PutGatewayResponseResult |
PutGatewayResponseResult.withResponseType(String responseType)
The response type of the associated GatewayResponse.
|
PutGatewayResponseResult |
PutGatewayResponseResult.withStatusCode(String statusCode)
The HTTP status code for this GatewayResponse.
|
Copyright © 2023. All rights reserved.