| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteRestApiResult> |
AmazonApiGatewayAsyncClient.deleteRestApiAsync(DeleteRestApiRequest request,
AsyncHandler<DeleteRestApiRequest,DeleteRestApiResult> asyncHandler) |
Future<DeleteRestApiResult> |
AmazonApiGatewayAsync.deleteRestApiAsync(DeleteRestApiRequest deleteRestApiRequest,
AsyncHandler<DeleteRestApiRequest,DeleteRestApiResult> asyncHandler)
Deletes the specified API.
|
Future<DeleteRestApiResult> |
AbstractAmazonApiGatewayAsync.deleteRestApiAsync(DeleteRestApiRequest request,
AsyncHandler<DeleteRestApiRequest,DeleteRestApiResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteRestApiRequest |
DeleteRestApiRequest.clone() |
DeleteRestApiRequest |
DeleteRestApiRequest.withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
Copyright © 2022. All rights reserved.