| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetIntegrationResponsesResult> |
AmazonApiGatewayV2AsyncClient.getIntegrationResponsesAsync(GetIntegrationResponsesRequest request,
AsyncHandler<GetIntegrationResponsesRequest,GetIntegrationResponsesResult> asyncHandler) |
Future<GetIntegrationResponsesResult> |
AbstractAmazonApiGatewayV2Async.getIntegrationResponsesAsync(GetIntegrationResponsesRequest request,
AsyncHandler<GetIntegrationResponsesRequest,GetIntegrationResponsesResult> asyncHandler) |
Future<GetIntegrationResponsesResult> |
AmazonApiGatewayV2Async.getIntegrationResponsesAsync(GetIntegrationResponsesRequest getIntegrationResponsesRequest,
AsyncHandler<GetIntegrationResponsesRequest,GetIntegrationResponsesResult> asyncHandler)
Gets the IntegrationResponses for an Integration.
|
| Modifier and Type | Method and Description |
|---|---|
GetIntegrationResponsesRequest |
GetIntegrationResponsesRequest.clone() |
GetIntegrationResponsesRequest |
GetIntegrationResponsesRequest.withApiId(String apiId)
The API identifier.
|
GetIntegrationResponsesRequest |
GetIntegrationResponsesRequest.withIntegrationId(String integrationId)
The integration ID.
|
GetIntegrationResponsesRequest |
GetIntegrationResponsesRequest.withMaxResults(String maxResults)
The maximum number of elements to be returned for this resource.
|
GetIntegrationResponsesRequest |
GetIntegrationResponsesRequest.withNextToken(String nextToken)
The next page of elements from this collection.
|
Copyright © 2019. All rights reserved.