Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingResponse
-
Packages that use DeleteBasePathMappingResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of DeleteBasePathMappingResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return DeleteBasePathMappingResponse Modifier and Type Method Description default DeleteBasePathMappingResponseApiGatewayClient. deleteBasePathMapping(Consumer<DeleteBasePathMappingRequest.Builder> deleteBasePathMappingRequest)Deletes the BasePathMapping resource.default DeleteBasePathMappingResponseApiGatewayClient. deleteBasePathMapping(DeleteBasePathMappingRequest deleteBasePathMappingRequest)Deletes the BasePathMapping resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type DeleteBasePathMappingResponse Modifier and Type Method Description default CompletableFuture<DeleteBasePathMappingResponse>ApiGatewayAsyncClient. deleteBasePathMapping(Consumer<DeleteBasePathMappingRequest.Builder> deleteBasePathMappingRequest)Deletes the BasePathMapping resource.default CompletableFuture<DeleteBasePathMappingResponse>ApiGatewayAsyncClient. deleteBasePathMapping(DeleteBasePathMappingRequest deleteBasePathMappingRequest)Deletes the BasePathMapping resource.
-