Uses of Class
com.amazonaws.services.apigateway.model.UpdateMethodResult
Packages that use UpdateMethodResult
-
Uses of UpdateMethodResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return UpdateMethodResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.updateMethod(UpdateMethodRequest request) AmazonApiGateway.updateMethod(UpdateMethodRequest updateMethodRequest) Updates an existing Method resource.AmazonApiGatewayClient.updateMethod(UpdateMethodRequest updateMethodRequest) Updates an existing Method resource.Methods in com.amazonaws.services.apigateway that return types with arguments of type UpdateMethodResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.updateMethodAsync(UpdateMethodRequest request) AbstractAmazonApiGatewayAsync.updateMethodAsync(UpdateMethodRequest request, AsyncHandler<UpdateMethodRequest, UpdateMethodResult> asyncHandler) AmazonApiGatewayAsync.updateMethodAsync(UpdateMethodRequest updateMethodRequest) Updates an existing Method resource.AmazonApiGatewayAsync.updateMethodAsync(UpdateMethodRequest updateMethodRequest, AsyncHandler<UpdateMethodRequest, UpdateMethodResult> asyncHandler) Updates an existing Method resource.AmazonApiGatewayAsyncClient.updateMethodAsync(UpdateMethodRequest request) AmazonApiGatewayAsyncClient.updateMethodAsync(UpdateMethodRequest request, AsyncHandler<UpdateMethodRequest, UpdateMethodResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type UpdateMethodResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.updateMethodAsync(UpdateMethodRequest request, AsyncHandler<UpdateMethodRequest, UpdateMethodResult> asyncHandler) AmazonApiGatewayAsync.updateMethodAsync(UpdateMethodRequest updateMethodRequest, AsyncHandler<UpdateMethodRequest, UpdateMethodResult> asyncHandler) Updates an existing Method resource.AmazonApiGatewayAsyncClient.updateMethodAsync(UpdateMethodRequest request, AsyncHandler<UpdateMethodRequest, UpdateMethodResult> asyncHandler) -
Uses of UpdateMethodResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UpdateMethodResultModifier and TypeMethodDescriptionUpdateMethodResult.addMethodResponsesEntry(String key, MethodResponse value) UpdateMethodResult.addRequestModelsEntry(String key, String value) UpdateMethodResult.addRequestParametersEntry(String key, Boolean value) UpdateMethodResult.clearMethodResponsesEntries()Removes all the entries added into MethodResponses.UpdateMethodResult.clearRequestModelsEntries()Removes all the entries added into RequestModels.UpdateMethodResult.clearRequestParametersEntries()Removes all the entries added into RequestParameters.UpdateMethodResult.clone()UpdateMethodResult.withApiKeyRequired(Boolean apiKeyRequired) Specifies whether the method requires a valid ApiKey.UpdateMethodResult.withAuthorizationType(String authorizationType) The method's authorization type.UpdateMethodResult.withAuthorizerId(String authorizerId) Specifies the identifier of an Authorizer to use on this Method.UpdateMethodResult.withHttpMethod(String httpMethod) The HTTP method.UpdateMethodResult.withMethodIntegration(Integration methodIntegration) The method's integration.UpdateMethodResult.withMethodResponses(Map<String, MethodResponse> methodResponses) Represents available responses that can be sent to the caller.UpdateMethodResult.withRequestModels(Map<String, String> requestModels) Specifies the Model resources used for the request's content type.UpdateMethodResult.withRequestParameters(Map<String, Boolean> requestParameters) Represents request parameters that can be accepted by Amazon API Gateway.