Uses of Class
com.amazonaws.services.apigateway.model.DeleteBasePathMappingResult
-
Packages that use DeleteBasePathMappingResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of DeleteBasePathMappingResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return DeleteBasePathMappingResult Modifier and Type Method Description DeleteBasePathMappingResult
AbstractAmazonApiGateway. deleteBasePathMapping(DeleteBasePathMappingRequest request)
DeleteBasePathMappingResult
AmazonApiGateway. deleteBasePathMapping(DeleteBasePathMappingRequest deleteBasePathMappingRequest)
Deletes the BasePathMapping resource.DeleteBasePathMappingResult
AmazonApiGatewayClient. deleteBasePathMapping(DeleteBasePathMappingRequest deleteBasePathMappingRequest)
Deletes the BasePathMapping resource.Method parameters in com.amazonaws.services.apigateway with type arguments of type DeleteBasePathMappingResult 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 DeleteBasePathMappingResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return DeleteBasePathMappingResult Modifier and Type Method Description DeleteBasePathMappingResult
DeleteBasePathMappingResult. clone()
-