| Package | Description | 
|---|---|
| com.amazonaws.services.apigateway | 
 | 
| com.amazonaws.services.apigateway.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<GetMethodResponseResult> | 
AmazonApiGatewayAsyncClient.getMethodResponseAsync(GetMethodResponseRequest request,
                      AsyncHandler<GetMethodResponseRequest,GetMethodResponseResult> asyncHandler)  | 
Future<GetMethodResponseResult> | 
AbstractAmazonApiGatewayAsync.getMethodResponseAsync(GetMethodResponseRequest request,
                      AsyncHandler<GetMethodResponseRequest,GetMethodResponseResult> asyncHandler)  | 
Future<GetMethodResponseResult> | 
AmazonApiGatewayAsync.getMethodResponseAsync(GetMethodResponseRequest getMethodResponseRequest,
                      AsyncHandler<GetMethodResponseRequest,GetMethodResponseResult> asyncHandler)
 Describes a MethodResponse resource. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GetMethodResponseRequest | 
GetMethodResponseRequest.clone()  | 
GetMethodResponseRequest | 
GetMethodResponseRequest.withHttpMethod(String httpMethod)
 The HTTP verb of the Method resource. 
 | 
GetMethodResponseRequest | 
GetMethodResponseRequest.withResourceId(String resourceId)
 The Resource identifier for the MethodResponse resource. 
 | 
GetMethodResponseRequest | 
GetMethodResponseRequest.withRestApiId(String restApiId)
 The string identifier of the associated RestApi. 
 | 
GetMethodResponseRequest | 
GetMethodResponseRequest.withStatusCode(String statusCode)
 The status code for the MethodResponse resource. 
 | 
Copyright © 2023. All rights reserved.