| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteIntegrationResult> |
AbstractAmazonApiGatewayAsync.deleteIntegrationAsync(DeleteIntegrationRequest request,
AsyncHandler<DeleteIntegrationRequest,DeleteIntegrationResult> asyncHandler) |
Future<DeleteIntegrationResult> |
AmazonApiGatewayAsyncClient.deleteIntegrationAsync(DeleteIntegrationRequest request,
AsyncHandler<DeleteIntegrationRequest,DeleteIntegrationResult> asyncHandler) |
Future<DeleteIntegrationResult> |
AmazonApiGatewayAsync.deleteIntegrationAsync(DeleteIntegrationRequest deleteIntegrationRequest,
AsyncHandler<DeleteIntegrationRequest,DeleteIntegrationResult> asyncHandler)
Represents a delete integration.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteIntegrationRequest |
DeleteIntegrationRequest.clone() |
DeleteIntegrationRequest |
DeleteIntegrationRequest.withHttpMethod(String httpMethod)
[Required] Specifies a delete integration request's HTTP method.
|
DeleteIntegrationRequest |
DeleteIntegrationRequest.withResourceId(String resourceId)
[Required] Specifies a delete integration request's resource identifier.
|
DeleteIntegrationRequest |
DeleteIntegrationRequest.withRestApiId(String restApiId)
[Required] The string identifier of the associated RestApi.
|
Copyright © 2020. All rights reserved.