| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetIntegrationResponseResult> |
AbstractAmazonApiGatewayAsync.getIntegrationResponseAsync(GetIntegrationResponseRequest request,
AsyncHandler<GetIntegrationResponseRequest,GetIntegrationResponseResult> asyncHandler) |
Future<GetIntegrationResponseResult> |
AmazonApiGatewayAsync.getIntegrationResponseAsync(GetIntegrationResponseRequest getIntegrationResponseRequest,
AsyncHandler<GetIntegrationResponseRequest,GetIntegrationResponseResult> asyncHandler)
Represents a get integration response.
|
Future<GetIntegrationResponseResult> |
AmazonApiGatewayAsyncClient.getIntegrationResponseAsync(GetIntegrationResponseRequest request,
AsyncHandler<GetIntegrationResponseRequest,GetIntegrationResponseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetIntegrationResponseRequest |
GetIntegrationResponseRequest.clone() |
GetIntegrationResponseRequest |
GetIntegrationResponseRequest.withHttpMethod(String httpMethod)
[Required] Specifies a get integration response request's HTTP method.
|
GetIntegrationResponseRequest |
GetIntegrationResponseRequest.withResourceId(String resourceId)
[Required] Specifies a get integration response request's resource identifier.
|
GetIntegrationResponseRequest |
GetIntegrationResponseRequest.withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
GetIntegrationResponseRequest |
GetIntegrationResponseRequest.withStatusCode(String statusCode)
[Required] Specifies a get integration response request's status code.
|
Copyright © 2021. All rights reserved.