Uses of Class
com.amazonaws.services.apigateway.model.UpdateMethodResponseRequest
-
Packages that use UpdateMethodResponseRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of UpdateMethodResponseRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateMethodResponseRequest 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 UpdateMethodResponseRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateMethodResponseRequest Modifier and Type Method Description UpdateMethodResponseRequestUpdateMethodResponseRequest. clone()UpdateMethodResponseRequestUpdateMethodResponseRequest. withHttpMethod(String httpMethod)The HTTP verb identifier for the parent Method resource.UpdateMethodResponseRequestUpdateMethodResponseRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateMethodResponseRequestUpdateMethodResponseRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateMethodResponseRequestUpdateMethodResponseRequest. withResourceId(String resourceId)The Resource identifier for the MethodResponse resource.UpdateMethodResponseRequestUpdateMethodResponseRequest. withRestApiId(String restApiId)The RestApi identifier for the MethodResponse resource.UpdateMethodResponseRequestUpdateMethodResponseRequest. withStatusCode(String statusCode)The status code identifier for the MethodResponse resource.
-