Uses of Class
com.amazonaws.services.apigateway.model.PutMethodResult
-
Packages that use PutMethodResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of PutMethodResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return PutMethodResult Modifier and Type Method Description PutMethodResultAbstractAmazonApiGateway. putMethod(PutMethodRequest request)PutMethodResultAmazonApiGateway. putMethod(PutMethodRequest putMethodRequest)Add a method to an existing Resource resource.PutMethodResultAmazonApiGatewayClient. putMethod(PutMethodRequest putMethodRequest)Add a method to an existing Resource resource.Methods in com.amazonaws.services.apigateway that return types with arguments of type PutMethodResult Modifier and Type Method Description Future<PutMethodResult>AbstractAmazonApiGatewayAsync. putMethodAsync(PutMethodRequest request)Future<PutMethodResult>AbstractAmazonApiGatewayAsync. putMethodAsync(PutMethodRequest request, AsyncHandler<PutMethodRequest,PutMethodResult> asyncHandler)Future<PutMethodResult>AmazonApiGatewayAsync. putMethodAsync(PutMethodRequest putMethodRequest)Add a method to an existing Resource resource.Future<PutMethodResult>AmazonApiGatewayAsync. putMethodAsync(PutMethodRequest putMethodRequest, AsyncHandler<PutMethodRequest,PutMethodResult> asyncHandler)Add a method to an existing Resource resource.Future<PutMethodResult>AmazonApiGatewayAsyncClient. putMethodAsync(PutMethodRequest request)Future<PutMethodResult>AmazonApiGatewayAsyncClient. putMethodAsync(PutMethodRequest request, AsyncHandler<PutMethodRequest,PutMethodResult> asyncHandler)Method parameters in com.amazonaws.services.apigateway with type arguments of type PutMethodResult Modifier and Type Method Description Future<PutMethodResult>AbstractAmazonApiGatewayAsync. putMethodAsync(PutMethodRequest request, AsyncHandler<PutMethodRequest,PutMethodResult> asyncHandler)Future<PutMethodResult>AmazonApiGatewayAsync. putMethodAsync(PutMethodRequest putMethodRequest, AsyncHandler<PutMethodRequest,PutMethodResult> asyncHandler)Add a method to an existing Resource resource.Future<PutMethodResult>AmazonApiGatewayAsyncClient. putMethodAsync(PutMethodRequest request, AsyncHandler<PutMethodRequest,PutMethodResult> asyncHandler) -
Uses of PutMethodResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return PutMethodResult Modifier and Type Method Description PutMethodResultPutMethodResult. addMethodResponsesEntry(String key, MethodResponse value)PutMethodResultPutMethodResult. addRequestModelsEntry(String key, String value)PutMethodResultPutMethodResult. addRequestParametersEntry(String key, Boolean value)PutMethodResultPutMethodResult. clearMethodResponsesEntries()Removes all the entries added into MethodResponses.PutMethodResultPutMethodResult. clearRequestModelsEntries()Removes all the entries added into RequestModels.PutMethodResultPutMethodResult. clearRequestParametersEntries()Removes all the entries added into RequestParameters.PutMethodResultPutMethodResult. clone()PutMethodResultPutMethodResult. withApiKeyRequired(Boolean apiKeyRequired)Specifies whether the method requires a valid ApiKey.PutMethodResultPutMethodResult. withAuthorizationType(String authorizationType)The method's authorization type.PutMethodResultPutMethodResult. withAuthorizerId(String authorizerId)Specifies the identifier of an Authorizer to use on this Method.PutMethodResultPutMethodResult. withHttpMethod(String httpMethod)The HTTP method.PutMethodResultPutMethodResult. withMethodIntegration(Integration methodIntegration)The method's integration.PutMethodResultPutMethodResult. withMethodResponses(Map<String,MethodResponse> methodResponses)Represents available responses that can be sent to the caller.PutMethodResultPutMethodResult. withRequestModels(Map<String,String> requestModels)Specifies the Model resources used for the request's content type.PutMethodResultPutMethodResult. withRequestParameters(Map<String,Boolean> requestParameters)Represents request parameters that can be accepted by Amazon API Gateway.
-