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