Uses of Class
com.amazonaws.services.apigateway.model.PutMethodResponseResult
-
Packages that use PutMethodResponseResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of PutMethodResponseResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return PutMethodResponseResult Modifier and Type Method Description PutMethodResponseResultAbstractAmazonApiGateway. putMethodResponse(PutMethodResponseRequest request)PutMethodResponseResultAmazonApiGateway. putMethodResponse(PutMethodResponseRequest putMethodResponseRequest)Adds a MethodResponse to an existing Method resource.PutMethodResponseResultAmazonApiGatewayClient. putMethodResponse(PutMethodResponseRequest putMethodResponseRequest)Adds a MethodResponse to an existing Method resource.Method parameters in com.amazonaws.services.apigateway with type arguments of type PutMethodResponseResult 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 PutMethodResponseResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return PutMethodResponseResult Modifier and Type Method Description PutMethodResponseResultPutMethodResponseResult. addResponseModelsEntry(String key, String value)PutMethodResponseResultPutMethodResponseResult. addResponseParametersEntry(String key, Boolean value)PutMethodResponseResultPutMethodResponseResult. clearResponseModelsEntries()Removes all the entries added into ResponseModels.PutMethodResponseResultPutMethodResponseResult. clearResponseParametersEntries()Removes all the entries added into ResponseParameters.PutMethodResponseResultPutMethodResponseResult. clone()PutMethodResponseResultPutMethodResponseResult. withResponseModels(Map<String,String> responseModels)Specifies the Model resources used for the response's content-type.PutMethodResponseResultPutMethodResponseResult. withResponseParameters(Map<String,Boolean> responseParameters)Represents response parameters that can be sent back to the caller by Amazon API Gateway.PutMethodResponseResultPutMethodResponseResult. withStatusCode(String statusCode)The method response's status code.
-