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 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.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 GetMethodRequest
GetMethodRequest. clone()
GetMethodRequest
GetMethodRequest. withHttpMethod(String httpMethod)
Specifies the put method request's HTTP method type.GetMethodRequest
GetMethodRequest. withResourceId(String resourceId)
GetMethodRequest
GetMethodRequest. withRestApiId(String restApiId)
-