| Package | Description |
|---|---|
| com.amazonaws.services.apigateway | |
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonApiGatewayAsync.deleteBasePathMappingAsync(DeleteBasePathMappingRequest deleteBasePathMappingRequest,
AsyncHandler<DeleteBasePathMappingRequest,Void> asyncHandler)
Deletes the BasePathMapping resource.
|
Future<Void> |
AbstractAmazonApiGatewayAsync.deleteBasePathMappingAsync(DeleteBasePathMappingRequest request,
AsyncHandler<DeleteBasePathMappingRequest,Void> asyncHandler) |
Future<Void> |
AmazonApiGatewayAsyncClient.deleteBasePathMappingAsync(DeleteBasePathMappingRequest request,
AsyncHandler<DeleteBasePathMappingRequest,Void> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteBasePathMappingRequest |
DeleteBasePathMappingRequest.clone() |
DeleteBasePathMappingRequest |
DeleteBasePathMappingRequest.withBasePath(String basePath)
The base path name of the BasePathMapping resource to delete.
|
DeleteBasePathMappingRequest |
DeleteBasePathMappingRequest.withDomainName(String domainName)
The domain name of the BasePathMapping resource to delete.
|
Copyright © 2015. All rights reserved.