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