| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteModelResult> |
AmazonApiGatewayAsyncClient.deleteModelAsync(DeleteModelRequest request,
AsyncHandler<DeleteModelRequest,DeleteModelResult> asyncHandler) |
Future<DeleteModelResult> |
AbstractAmazonApiGatewayAsync.deleteModelAsync(DeleteModelRequest request,
AsyncHandler<DeleteModelRequest,DeleteModelResult> asyncHandler) |
Future<DeleteModelResult> |
AmazonApiGatewayAsync.deleteModelAsync(DeleteModelRequest deleteModelRequest,
AsyncHandler<DeleteModelRequest,DeleteModelResult> asyncHandler)
Deletes a model.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteModelRequest |
DeleteModelRequest.clone() |
DeleteModelRequest |
DeleteModelRequest.withModelName(String modelName)
The name of the model to delete.
|
DeleteModelRequest |
DeleteModelRequest.withRestApiId(String restApiId)
The RestApi under which the model will be deleted.
|
Copyright © 2016. All rights reserved.