| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
PutGatewayResponseResult |
AmazonApiGatewayClient.putGatewayResponse(PutGatewayResponseRequest request)
Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
|
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.
|
Future<PutGatewayResponseResult> |
AbstractAmazonApiGatewayAsync.putGatewayResponseAsync(PutGatewayResponseRequest request) |
Future<PutGatewayResponseResult> |
AmazonApiGatewayAsyncClient.putGatewayResponseAsync(PutGatewayResponseRequest request) |
Future<PutGatewayResponseResult> |
AmazonApiGatewayAsync.putGatewayResponseAsync(PutGatewayResponseRequest putGatewayResponseRequest)
Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
|
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 |
|---|---|
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 |
|---|---|
PutGatewayResponseRequest |
PutGatewayResponseRequest.addResponseParametersEntry(String key,
String value)
Add a single ResponseParameters entry
|
PutGatewayResponseRequest |
PutGatewayResponseRequest.addResponseTemplatesEntry(String key,
String value)
Add a single ResponseTemplates entry
|
PutGatewayResponseRequest |
PutGatewayResponseRequest.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.
|
PutGatewayResponseRequest |
PutGatewayResponseRequest.clearResponseTemplatesEntries()
Removes all the entries added into ResponseTemplates.
|
PutGatewayResponseRequest |
PutGatewayResponseRequest.clone() |
PutGatewayResponseRequest |
PutGatewayResponseRequest.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.
|
PutGatewayResponseRequest |
PutGatewayResponseRequest.withResponseTemplates(Map<String,String> responseTemplates)
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
|
PutGatewayResponseRequest |
PutGatewayResponseRequest.withResponseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse
|
PutGatewayResponseRequest |
PutGatewayResponseRequest.withResponseType(String responseType)
The response type of the associated GatewayResponse
|
PutGatewayResponseRequest |
PutGatewayResponseRequest.withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
PutGatewayResponseRequest |
PutGatewayResponseRequest.withStatusCode(String statusCode)
The HTTP status code of the GatewayResponse.
|
Copyright © 2024. All rights reserved.