| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteIntegrationResponseResult> |
AmazonApiGatewayV2AsyncClient.deleteIntegrationResponseAsync(DeleteIntegrationResponseRequest request,
AsyncHandler<DeleteIntegrationResponseRequest,DeleteIntegrationResponseResult> asyncHandler) |
Future<DeleteIntegrationResponseResult> |
AmazonApiGatewayV2Async.deleteIntegrationResponseAsync(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest,
AsyncHandler<DeleteIntegrationResponseRequest,DeleteIntegrationResponseResult> asyncHandler)
Deletes an IntegrationResponses.
|
Future<DeleteIntegrationResponseResult> |
AbstractAmazonApiGatewayV2Async.deleteIntegrationResponseAsync(DeleteIntegrationResponseRequest request,
AsyncHandler<DeleteIntegrationResponseRequest,DeleteIntegrationResponseResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteIntegrationResponseRequest |
DeleteIntegrationResponseRequest.clone() |
DeleteIntegrationResponseRequest |
DeleteIntegrationResponseRequest.withApiId(String apiId)
The API identifier.
|
DeleteIntegrationResponseRequest |
DeleteIntegrationResponseRequest.withIntegrationId(String integrationId)
The integration ID.
|
DeleteIntegrationResponseRequest |
DeleteIntegrationResponseRequest.withIntegrationResponseId(String integrationResponseId)
The integration response ID.
|
Copyright © 2019. All rights reserved.