Uses of Class
com.amazonaws.services.apigateway.model.GetMethodRequest
-
Packages that use GetMethodRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetMethodRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type GetMethodRequest 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.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 GetMethodRequest 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 GetMethodRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetMethodRequest Modifier and Type Method Description GetMethodRequestGetMethodRequest. clone()GetMethodRequestGetMethodRequest. withHttpMethod(String httpMethod)Specifies the put method request's HTTP method type.GetMethodRequestGetMethodRequest. withResourceId(String resourceId)GetMethodRequestGetMethodRequest. withRestApiId(String restApiId)
-