| Package | Description |
|---|---|
| com.amazonaws.services.apigatewayv2 |
Amazon API Gateway V2
|
| com.amazonaws.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteApiMappingResult> |
AmazonApiGatewayV2AsyncClient.deleteApiMappingAsync(DeleteApiMappingRequest request,
AsyncHandler<DeleteApiMappingRequest,DeleteApiMappingResult> asyncHandler) |
Future<DeleteApiMappingResult> |
AmazonApiGatewayV2Async.deleteApiMappingAsync(DeleteApiMappingRequest deleteApiMappingRequest,
AsyncHandler<DeleteApiMappingRequest,DeleteApiMappingResult> asyncHandler)
Deletes an API mapping.
|
Future<DeleteApiMappingResult> |
AbstractAmazonApiGatewayV2Async.deleteApiMappingAsync(DeleteApiMappingRequest request,
AsyncHandler<DeleteApiMappingRequest,DeleteApiMappingResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteApiMappingRequest |
DeleteApiMappingRequest.clone() |
DeleteApiMappingRequest |
DeleteApiMappingRequest.withApiId(String apiId)
The identifier of the API.
|
DeleteApiMappingRequest |
DeleteApiMappingRequest.withApiMappingId(String apiMappingId)
The API mapping identifier.
|
DeleteApiMappingRequest |
DeleteApiMappingRequest.withDomainName(String domainName)
The domain name.
|
Copyright © 2019. All rights reserved.