| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteBasePathMappingResult> |
AmazonApiGatewayAsyncClient.deleteBasePathMappingAsync(DeleteBasePathMappingRequest request,
AsyncHandler<DeleteBasePathMappingRequest,DeleteBasePathMappingResult> asyncHandler) |
Future<DeleteBasePathMappingResult> |
AbstractAmazonApiGatewayAsync.deleteBasePathMappingAsync(DeleteBasePathMappingRequest request,
AsyncHandler<DeleteBasePathMappingRequest,DeleteBasePathMappingResult> asyncHandler) |
Future<DeleteBasePathMappingResult> |
AmazonApiGatewayAsync.deleteBasePathMappingAsync(DeleteBasePathMappingRequest deleteBasePathMappingRequest,
AsyncHandler<DeleteBasePathMappingRequest,DeleteBasePathMappingResult> asyncHandler)
Deletes the BasePathMapping resource.
|
| 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 © 2023. All rights reserved.