Uses of Class
com.amazonaws.services.apigateway.model.DeleteBasePathMappingRequest
Packages that use DeleteBasePathMappingRequest
-
Uses of DeleteBasePathMappingRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type DeleteBasePathMappingRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.deleteBasePathMapping
(DeleteBasePathMappingRequest request) AmazonApiGateway.deleteBasePathMapping
(DeleteBasePathMappingRequest deleteBasePathMappingRequest) Deletes the BasePathMapping resource.AmazonApiGatewayClient.deleteBasePathMapping
(DeleteBasePathMappingRequest deleteBasePathMappingRequest) Deletes the BasePathMapping resource.AbstractAmazonApiGatewayAsync.deleteBasePathMappingAsync
(DeleteBasePathMappingRequest request) AbstractAmazonApiGatewayAsync.deleteBasePathMappingAsync
(DeleteBasePathMappingRequest request, AsyncHandler<DeleteBasePathMappingRequest, DeleteBasePathMappingResult> asyncHandler) AmazonApiGatewayAsync.deleteBasePathMappingAsync
(DeleteBasePathMappingRequest deleteBasePathMappingRequest) Deletes the BasePathMapping resource.AmazonApiGatewayAsync.deleteBasePathMappingAsync
(DeleteBasePathMappingRequest deleteBasePathMappingRequest, AsyncHandler<DeleteBasePathMappingRequest, DeleteBasePathMappingResult> asyncHandler) Deletes the BasePathMapping resource.AmazonApiGatewayAsyncClient.deleteBasePathMappingAsync
(DeleteBasePathMappingRequest request) AmazonApiGatewayAsyncClient.deleteBasePathMappingAsync
(DeleteBasePathMappingRequest request, AsyncHandler<DeleteBasePathMappingRequest, DeleteBasePathMappingResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type DeleteBasePathMappingRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.deleteBasePathMappingAsync
(DeleteBasePathMappingRequest request, AsyncHandler<DeleteBasePathMappingRequest, DeleteBasePathMappingResult> asyncHandler) AmazonApiGatewayAsync.deleteBasePathMappingAsync
(DeleteBasePathMappingRequest deleteBasePathMappingRequest, AsyncHandler<DeleteBasePathMappingRequest, DeleteBasePathMappingResult> asyncHandler) Deletes the BasePathMapping resource.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 DeleteBasePathMappingRequestModifier and TypeMethodDescriptionDeleteBasePathMappingRequest.clone()
DeleteBasePathMappingRequest.withBasePath
(String basePath) The base path name of the BasePathMapping resource to delete.DeleteBasePathMappingRequest.withDomainName
(String domainName) The domain name of the BasePathMapping resource to delete.