Uses of Class
com.amazonaws.services.apigateway.model.GetMethodResponseRequest
-
Packages that use GetMethodResponseRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetMethodResponseRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type GetMethodResponseRequest Modifier and Type Method Description Future<GetMethodResponseResult>AbstractAmazonApiGatewayAsync. getMethodResponseAsync(GetMethodResponseRequest request, AsyncHandler<GetMethodResponseRequest,GetMethodResponseResult> asyncHandler)Future<GetMethodResponseResult>AmazonApiGatewayAsync. getMethodResponseAsync(GetMethodResponseRequest getMethodResponseRequest, AsyncHandler<GetMethodResponseRequest,GetMethodResponseResult> asyncHandler)Describes a MethodResponse resource.Future<GetMethodResponseResult>AmazonApiGatewayAsyncClient. getMethodResponseAsync(GetMethodResponseRequest request, AsyncHandler<GetMethodResponseRequest,GetMethodResponseResult> asyncHandler) -
Uses of GetMethodResponseRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetMethodResponseRequest Modifier and Type Method Description GetMethodResponseRequestGetMethodResponseRequest. clone()GetMethodResponseRequestGetMethodResponseRequest. withHttpMethod(String httpMethod)The HTTP verb identifier for the parent Method resource.GetMethodResponseRequestGetMethodResponseRequest. withResourceId(String resourceId)The Resource identifier for the MethodResponse resource.GetMethodResponseRequestGetMethodResponseRequest. withRestApiId(String restApiId)The RestApi identifier for the MethodResponse resource.GetMethodResponseRequestGetMethodResponseRequest. withStatusCode(String statusCode)The status code identifier for the MethodResponse resource.
-