Uses of Class
com.amazonaws.services.apigateway.model.UpdateMethodResponseResult
-
Packages that use UpdateMethodResponseResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateMethodResponseResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return UpdateMethodResponseResult Modifier and Type Method Description UpdateMethodResponseResultAbstractAmazonApiGateway. updateMethodResponse(UpdateMethodResponseRequest request)UpdateMethodResponseResultAmazonApiGateway. updateMethodResponse(UpdateMethodResponseRequest updateMethodResponseRequest)Updates an existing MethodResponse resource.UpdateMethodResponseResultAmazonApiGatewayClient. updateMethodResponse(UpdateMethodResponseRequest updateMethodResponseRequest)Updates an existing MethodResponse resource.Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateMethodResponseResult Modifier and Type Method Description Future<UpdateMethodResponseResult>AbstractAmazonApiGatewayAsync. updateMethodResponseAsync(UpdateMethodResponseRequest request, AsyncHandler<UpdateMethodResponseRequest,UpdateMethodResponseResult> asyncHandler)Future<UpdateMethodResponseResult>AmazonApiGatewayAsync. updateMethodResponseAsync(UpdateMethodResponseRequest updateMethodResponseRequest, AsyncHandler<UpdateMethodResponseRequest,UpdateMethodResponseResult> asyncHandler)Updates an existing MethodResponse resource.Future<UpdateMethodResponseResult>AmazonApiGatewayAsyncClient. updateMethodResponseAsync(UpdateMethodResponseRequest request, AsyncHandler<UpdateMethodResponseRequest,UpdateMethodResponseResult> asyncHandler) -
Uses of UpdateMethodResponseResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateMethodResponseResult Modifier and Type Method Description UpdateMethodResponseResultUpdateMethodResponseResult. addResponseModelsEntry(String key, String value)UpdateMethodResponseResultUpdateMethodResponseResult. addResponseParametersEntry(String key, Boolean value)UpdateMethodResponseResultUpdateMethodResponseResult. clearResponseModelsEntries()Removes all the entries added into ResponseModels.UpdateMethodResponseResultUpdateMethodResponseResult. clearResponseParametersEntries()Removes all the entries added into ResponseParameters.UpdateMethodResponseResultUpdateMethodResponseResult. clone()UpdateMethodResponseResultUpdateMethodResponseResult. withResponseModels(Map<String,String> responseModels)Specifies the Model resources used for the response's content-type.UpdateMethodResponseResultUpdateMethodResponseResult. withResponseParameters(Map<String,Boolean> responseParameters)Represents response parameters that can be sent back to the caller by Amazon API Gateway.UpdateMethodResponseResultUpdateMethodResponseResult. withStatusCode(String statusCode)The method response's status code.
-