Uses of Class
com.amazonaws.services.apigateway.model.PutMethodResponseRequest
-
Packages that use PutMethodResponseRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of PutMethodResponseRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type PutMethodResponseRequest Modifier and Type Method Description 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.Future<PutMethodResponseResult>AmazonApiGatewayAsyncClient. putMethodResponseAsync(PutMethodResponseRequest request, AsyncHandler<PutMethodResponseRequest,PutMethodResponseResult> asyncHandler) -
Uses of PutMethodResponseRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return PutMethodResponseRequest Modifier and Type Method Description PutMethodResponseRequestPutMethodResponseRequest. addResponseModelsEntry(String key, String value)PutMethodResponseRequestPutMethodResponseRequest. addResponseParametersEntry(String key, Boolean value)PutMethodResponseRequestPutMethodResponseRequest. clearResponseModelsEntries()Removes all the entries added into ResponseModels.PutMethodResponseRequestPutMethodResponseRequest. clearResponseParametersEntries()Removes all the entries added into ResponseParameters.PutMethodResponseRequestPutMethodResponseRequest. clone()PutMethodResponseRequestPutMethodResponseRequest. withHttpMethod(String httpMethod)The HTTP verb that identifies the Method resource.PutMethodResponseRequestPutMethodResponseRequest. withResourceId(String resourceId)PutMethodResponseRequestPutMethodResponseRequest. withResponseModels(Map<String,String> responseModels)Specifies the Model resources used for the response's content type.PutMethodResponseRequestPutMethodResponseRequest. withResponseParameters(Map<String,Boolean> responseParameters)Represents response parameters that can be sent back to the caller by Amazon API Gateway.PutMethodResponseRequestPutMethodResponseRequest. withRestApiId(String restApiId)PutMethodResponseRequestPutMethodResponseRequest. withStatusCode(String statusCode)The method response's status code.
-