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