Uses of Class
com.amazonaws.services.apigateway.model.DeleteBasePathMappingRequest
-
Packages that use DeleteBasePathMappingRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of DeleteBasePathMappingRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type DeleteBasePathMappingRequest Modifier and Type Method 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)
-
Uses of DeleteBasePathMappingRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return DeleteBasePathMappingRequest Modifier and Type Method 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.
-