Uses of Class
com.amazonaws.services.apigateway.model.GetMethodResponseRequest
Packages that use GetMethodResponseRequest
-
Uses of GetMethodResponseRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type GetMethodResponseRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getMethodResponse(GetMethodResponseRequest request) AmazonApiGateway.getMethodResponse(GetMethodResponseRequest getMethodResponseRequest) Describes a MethodResponse resource.AmazonApiGatewayClient.getMethodResponse(GetMethodResponseRequest getMethodResponseRequest) Describes a MethodResponse resource.AbstractAmazonApiGatewayAsync.getMethodResponseAsync(GetMethodResponseRequest request) AbstractAmazonApiGatewayAsync.getMethodResponseAsync(GetMethodResponseRequest request, AsyncHandler<GetMethodResponseRequest, GetMethodResponseResult> asyncHandler) AmazonApiGatewayAsync.getMethodResponseAsync(GetMethodResponseRequest getMethodResponseRequest) Describes a MethodResponse resource.AmazonApiGatewayAsync.getMethodResponseAsync(GetMethodResponseRequest getMethodResponseRequest, AsyncHandler<GetMethodResponseRequest, GetMethodResponseResult> asyncHandler) Describes a MethodResponse resource.AmazonApiGatewayAsyncClient.getMethodResponseAsync(GetMethodResponseRequest request) AmazonApiGatewayAsyncClient.getMethodResponseAsync(GetMethodResponseRequest request, AsyncHandler<GetMethodResponseRequest, GetMethodResponseResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetMethodResponseRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getMethodResponseAsync(GetMethodResponseRequest request, AsyncHandler<GetMethodResponseRequest, GetMethodResponseResult> asyncHandler) AmazonApiGatewayAsync.getMethodResponseAsync(GetMethodResponseRequest getMethodResponseRequest, AsyncHandler<GetMethodResponseRequest, GetMethodResponseResult> asyncHandler) Describes a MethodResponse resource.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 GetMethodResponseRequestModifier and TypeMethodDescriptionGetMethodResponseRequest.clone()GetMethodResponseRequest.withHttpMethod(String httpMethod) The HTTP verb identifier for the parent Method resource.GetMethodResponseRequest.withResourceId(String resourceId) The Resource identifier for the MethodResponse resource.GetMethodResponseRequest.withRestApiId(String restApiId) The RestApi identifier for the MethodResponse resource.GetMethodResponseRequest.withStatusCode(String statusCode) The status code identifier for the MethodResponse resource.