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)
[Required] The HTTP verb of the Method resource.
|
GetMethodResponseRequest |
GetMethodResponseRequest.withResourceId(String resourceId)
[Required] The Resource identifier for the MethodResponse resource.
|
GetMethodResponseRequest |
GetMethodResponseRequest.withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
GetMethodResponseRequest |
GetMethodResponseRequest.withStatusCode(String statusCode)
[Required] The status code for the MethodResponse resource.
|
Copyright © 2018. All rights reserved.