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