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