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 GetMethodResult
AbstractAmazonApiGateway. getMethod(GetMethodRequest request)
GetMethodResult
AmazonApiGateway. getMethod(GetMethodRequest getMethodRequest)
Describe an existing Method resource.GetMethodResult
AmazonApiGatewayClient. 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 GetMethodResult
GetMethodResult. addMethodResponsesEntry(String key, MethodResponse value)
GetMethodResult
GetMethodResult. addRequestModelsEntry(String key, String value)
GetMethodResult
GetMethodResult. addRequestParametersEntry(String key, Boolean value)
GetMethodResult
GetMethodResult. clearMethodResponsesEntries()
Removes all the entries added into MethodResponses.GetMethodResult
GetMethodResult. clearRequestModelsEntries()
Removes all the entries added into RequestModels.GetMethodResult
GetMethodResult. clearRequestParametersEntries()
Removes all the entries added into RequestParameters.GetMethodResult
GetMethodResult. clone()
GetMethodResult
GetMethodResult. withApiKeyRequired(Boolean apiKeyRequired)
Specifies whether the method requires a valid ApiKey.GetMethodResult
GetMethodResult. withAuthorizationType(String authorizationType)
The method's authorization type.GetMethodResult
GetMethodResult. withAuthorizerId(String authorizerId)
Specifies the identifier of an Authorizer to use on this Method.GetMethodResult
GetMethodResult. withHttpMethod(String httpMethod)
The HTTP method.GetMethodResult
GetMethodResult. withMethodIntegration(Integration methodIntegration)
The method's integration.GetMethodResult
GetMethodResult. withMethodResponses(Map<String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.GetMethodResult
GetMethodResult. withRequestModels(Map<String,String> requestModels)
Specifies the Model resources used for the request's content type.GetMethodResult
GetMethodResult. withRequestParameters(Map<String,Boolean> requestParameters)
Represents request parameters that can be accepted by Amazon API Gateway.
-