| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
PutMethodResponseResult |
AbstractAmazonApiGateway.putMethodResponse(PutMethodResponseRequest request) |
PutMethodResponseResult |
AmazonApiGatewayClient.putMethodResponse(PutMethodResponseRequest request)
Adds a MethodResponse to an existing Method resource.
|
PutMethodResponseResult |
AmazonApiGateway.putMethodResponse(PutMethodResponseRequest putMethodResponseRequest)
Adds a MethodResponse to an existing Method resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutMethodResponseResult> |
AmazonApiGatewayAsync.putMethodResponseAsync(PutMethodResponseRequest putMethodResponseRequest,
AsyncHandler<PutMethodResponseRequest,PutMethodResponseResult> asyncHandler)
Adds a MethodResponse to an existing Method resource.
|
Future<PutMethodResponseResult> |
AbstractAmazonApiGatewayAsync.putMethodResponseAsync(PutMethodResponseRequest request,
AsyncHandler<PutMethodResponseRequest,PutMethodResponseResult> asyncHandler) |
Future<PutMethodResponseResult> |
AmazonApiGatewayAsyncClient.putMethodResponseAsync(PutMethodResponseRequest request,
AsyncHandler<PutMethodResponseRequest,PutMethodResponseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutMethodResponseResult |
PutMethodResponseResult.addResponseModelsEntry(String key,
String value) |
PutMethodResponseResult |
PutMethodResponseResult.addResponseParametersEntry(String key,
Boolean value) |
PutMethodResponseResult |
PutMethodResponseResult.clearResponseModelsEntries()
Removes all the entries added into ResponseModels.
|
PutMethodResponseResult |
PutMethodResponseResult.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.
|
PutMethodResponseResult |
PutMethodResponseResult.clone() |
PutMethodResponseResult |
PutMethodResponseResult.withResponseModels(Map<String,String> responseModels)
Specifies the Model resources used for the response's content-type.
|
PutMethodResponseResult |
PutMethodResponseResult.withResponseParameters(Map<String,Boolean> responseParameters)
A key-value map specifying required or optional response parameters that API Gateway can send back to the caller.
|
PutMethodResponseResult |
PutMethodResponseResult.withStatusCode(String statusCode)
The method response's status code.
|
Copyright © 2019. All rights reserved.